2012-05-21 11:12:37 +00:00
|
|
|
# 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/.
|
2011-12-17 21:45:29 +00:00
|
|
|
|
|
|
|
# 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 += \
|
2011-12-19 19:28:35 +00:00
|
|
|
Assertions.h \
|
2013-04-22 18:12:03 +00:00
|
|
|
Atomics.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
Attributes.h \
|
2012-03-01 02:40:47 +00:00
|
|
|
BloomFilter.h \
|
2013-04-23 21:36:51 +00:00
|
|
|
Casting.h \
|
2012-12-12 08:34:20 +00:00
|
|
|
Char16.h \
|
2012-05-14 19:50:20 +00:00
|
|
|
CheckedInt.h \
|
2013-01-22 03:42:15 +00:00
|
|
|
Compiler.h \
|
2012-08-06 20:32:11 +00:00
|
|
|
Constants.h \
|
2012-12-14 23:58:45 +00:00
|
|
|
DebugOnly.h \
|
2013-05-05 23:23:17 +00:00
|
|
|
decimal/Decimal.h \
|
2013-01-30 21:45:39 +00:00
|
|
|
Endian.h \
|
2012-11-06 23:23:13 +00:00
|
|
|
EnumSet.h \
|
2012-01-23 11:43:16 +00:00
|
|
|
FloatingPoint.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
GuardObjects.h \
|
2012-03-02 22:18:21 +00:00
|
|
|
HashFunctions.h \
|
2012-03-01 02:40:47 +00:00
|
|
|
Likely.h \
|
2012-01-26 20:54:03 +00:00
|
|
|
LinkedList.h \
|
2012-08-27 01:58:23 +00:00
|
|
|
MathAlgorithms.h \
|
2013-02-14 23:50:11 +00:00
|
|
|
MemoryChecking.h \
|
2013-06-23 10:57:47 +00:00
|
|
|
MemoryReporting.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
MSStdInt.h \
|
2012-09-01 20:16:17 +00:00
|
|
|
NullPtr.h \
|
2013-04-02 05:43:19 +00:00
|
|
|
PodOperations.h \
|
2013-05-07 18:48:59 +00:00
|
|
|
Poison.h \
|
2012-11-13 00:37:33 +00:00
|
|
|
Range.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
RangedPtr.h \
|
|
|
|
RefPtr.h \
|
2012-04-06 09:16:33 +00:00
|
|
|
Scoped.h \
|
2012-08-20 19:01:55 +00:00
|
|
|
SHA1.h \
|
2013-01-15 23:12:05 +00:00
|
|
|
SplayTree.h \
|
|
|
|
StandardInteger.h \
|
2012-05-09 20:54:33 +00:00
|
|
|
ThreadLocal.h \
|
2013-01-29 00:33:17 +00:00
|
|
|
TypedEnum.h \
|
2013-01-30 00:01:45 +00:00
|
|
|
Types.h \
|
2013-01-29 00:33:17 +00:00
|
|
|
TypeTraits.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
Util.h \
|
2012-10-04 19:45:07 +00:00
|
|
|
WeakPtr.h \
|
2011-12-17 21:45:29 +00:00
|
|
|
$(NULL)
|