Bug 1609862 - Display more detailed memory info in resource usage report. r=froydnj
[gecko.git] / xpcom / string / moz.build
blobc8da7234c1ccb8a3ef7e7ea77d4737c2ce5a1000
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files('**'):
8     BUG_COMPONENT = ('Core', 'String')
10 EXPORTS += [
11     'nsASCIIMask.h',
12     'nsAString.h',
13     'nsCharTraits.h',
14     'nsDependentString.h',
15     'nsDependentSubstring.h',
16     'nsLiteralString.h',
17     'nsPrintfCString.h',
18     'nsPromiseFlatString.h',
19     'nsReadableUtils.h',
20     'nsString.h',
21     'nsStringBuffer.h',
22     'nsStringFlags.h',
23     'nsStringFwd.h',
24     'nsStringIterator.h',
25     'nsTDependentString.h',
26     'nsTDependentSubstring.h',
27     'nsTextFormatter.h',
28     'nsTLiteralString.h',
29     'nsTPromiseFlatString.h',
30     'nsTString.h',
31     'nsTStringRepr.h',
32     'nsTSubstring.h',
33     'nsTSubstringTuple.h',
34     'nsUTF8Utils.h',
37 UNIFIED_SOURCES += [
38     'nsASCIIMask.cpp',
39     'nsDependentString.cpp',
40     'nsDependentSubstring.cpp',
41     'nsPromiseFlatString.cpp',
42     'nsReadableUtils.cpp',
43     'nsString.cpp',
44     'nsStringComparator.cpp',
45     'nsStringObsolete.cpp',
46     'nsSubstring.cpp',
47     'nsTextFormatter.cpp',
48     'nsTSubstringTuple.cpp',
49     'precompiled_templates.cpp',
52 FINAL_LIBRARY = 'xul'