Bug 886842 - Add clang trunk builds for ASan. r=ehsan DONTBUILD
[gecko.git] / mfbt / exported_headers.mk
blob809ab8e7f622c34196a187e671f75854baa95ea9
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # This file defines the headers exported by mfbt. It is included by mfbt
6 # itself and by the JS engine, which, when built standalone, must install
7 # mfbt's exported headers itself.
9 EXPORTS_NAMESPACES += mozilla
11 EXPORTS_mozilla += \
12 Assertions.h \
13 Atomics.h \
14 Attributes.h \
15 BloomFilter.h \
16 Casting.h \
17 Char16.h \
18 CheckedInt.h \
19 Compiler.h \
20 Constants.h \
21 DebugOnly.h \
22 decimal/Decimal.h \
23 Endian.h \
24 EnumSet.h \
25 FloatingPoint.h \
26 GuardObjects.h \
27 HashFunctions.h \
28 Likely.h \
29 LinkedList.h \
30 MathAlgorithms.h \
31 MemoryChecking.h \
32 MemoryReporting.h \
33 MSStdInt.h \
34 NullPtr.h \
35 PodOperations.h \
36 Poison.h \
37 Range.h \
38 RangedPtr.h \
39 RefPtr.h \
40 Scoped.h \
41 SHA1.h \
42 SplayTree.h \
43 StandardInteger.h \
44 ThreadLocal.h \
45 TypedEnum.h \
46 Types.h \
47 TypeTraits.h \
48 Util.h \
49 WeakPtr.h \
50 $(NULL)