Bug 932076 - Add check for MediaExtractor creation failure. r=doublec
[gecko.git] / mfbt / exported_headers.mk
blobc814a92c36a920e91f6986448478d98ed0013f7d
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_mozilla_DEST := $(DIST)/include/mozilla
10 EXPORTS_mozilla_TARGET := export
11 INSTALL_TARGETS += EXPORTS_mozilla
12 EXPORTS_mozilla_FILES += \
13 Alignment.h \
14 AllocPolicy.h \
15 Array.h \
16 Assertions.h \
17 Atomics.h \
18 Attributes.h \
19 BloomFilter.h \
20 Casting.h \
21 Char16.h \
22 CheckedInt.h \
23 Compiler.h \
24 Compression.h \
25 Constants.h \
26 DebugOnly.h \
27 decimal/Decimal.h \
28 Endian.h \
29 EnumSet.h \
30 FloatingPoint.h \
31 GuardObjects.h \
32 HashFunctions.h \
33 IntegerPrintfMacros.h \
34 Likely.h \
35 LinkedList.h \
36 MathAlgorithms.h \
37 Maybe.h \
38 MemoryChecking.h \
39 MemoryReporting.h \
40 MSIntTypes.h \
41 Move.h \
42 NullPtr.h \
43 NumericLimits.h \
44 PodOperations.h \
45 Poison.h \
46 Range.h \
47 RangedPtr.h \
48 ReentrancyGuard.h \
49 RefPtr.h \
50 Scoped.h \
51 SHA1.h \
52 SplayTree.h \
53 TemplateLib.h \
54 ThreadLocal.h \
55 TypedEnum.h \
56 Types.h \
57 TypeTraits.h \
58 Util.h \
59 Vector.h \
60 WeakPtr.h \
61 $(NULL)