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