Bug 835381 - Unit tests for the MediaSniffer to make sure Matroska files are not...
[gecko.git] / mfbt / exported_headers.mk
blob69728ee1db89c3108213b49e2ff8c58b6b61dc3f
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 Attributes.h \
14 BloomFilter.h \
15 Char16.h \
16 CheckedInt.h \
17 Compiler.h \
18 Constants.h \
19 DebugOnly.h \
20 EnumSet.h \
21 FloatingPoint.h \
22 GuardObjects.h \
23 HashFunctions.h \
24 Likely.h \
25 LinkedList.h \
26 MathAlgorithms.h \
27 MemoryChecking.h \
28 MSStdInt.h \
29 NullPtr.h \
30 Range.h \
31 RangedPtr.h \
32 RefPtr.h \
33 Scoped.h \
34 SHA1.h \
35 SplayTree.h \
36 StandardInteger.h \
37 ThreadLocal.h \
38 TypedEnum.h \
39 Types.h \
40 TypeTraits.h \
41 Util.h \
42 WeakPtr.h \
43 $(NULL)