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