gecko/mfbt/exported_headers.mk
Jeff Walden 919f4b04c8 Bug 891177 - Add ReentrancyGuard.h as a helper class for asserting that use of a class is non-reentrant. r=terrence
--HG--
extra : rebase_source : 3751e523c0b0315697cb6e005dfd8ee625f6dd58
2013-07-02 17:47:08 -07:00

54 lines
1.1 KiB
Makefile

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This file defines the headers exported by mfbt. It is included by mfbt
# itself and by the JS engine, which, when built standalone, must install
# mfbt's exported headers itself.
EXPORTS_NAMESPACES += mozilla
EXPORTS_mozilla += \
AllocPolicy.h \
Assertions.h \
Atomics.h \
Attributes.h \
BloomFilter.h \
Casting.h \
Char16.h \
CheckedInt.h \
Compiler.h \
Constants.h \
DebugOnly.h \
decimal/Decimal.h \
Endian.h \
EnumSet.h \
FloatingPoint.h \
GuardObjects.h \
HashFunctions.h \
Likely.h \
LinkedList.h \
MathAlgorithms.h \
MemoryChecking.h \
MemoryReporting.h \
MSStdInt.h \
Move.h \
NullPtr.h \
PodOperations.h \
Poison.h \
Range.h \
RangedPtr.h \
ReentrancyGuard.h \
RefPtr.h \
Scoped.h \
SHA1.h \
SplayTree.h \
StandardInteger.h \
ThreadLocal.h \
TypedEnum.h \
Types.h \
TypeTraits.h \
Util.h \
WeakPtr.h \
$(NULL)