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 += \
|
2011-12-19 23:28:35 +04:00
|
|
|
Assertions.h \
|
2011-12-18 01:45:29 +04:00
|
|
|
Attributes.h \
|
2012-03-01 06:40:47 +04:00
|
|
|
BloomFilter.h \
|
2012-05-14 23:50:20 +04:00
|
|
|
CheckedInt.h \
|
2012-08-07 00:32:11 +04:00
|
|
|
Constants.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 \
|
2011-12-18 01:45:29 +04:00
|
|
|
MSStdInt.h \
|
2012-09-02 00:16:17 +04:00
|
|
|
NullPtr.h \
|
2011-12-18 01:45:29 +04:00
|
|
|
RangedPtr.h \
|
|
|
|
RefPtr.h \
|
2012-04-06 13:16:33 +04:00
|
|
|
Scoped.h \
|
2012-03-01 07:56:43 +04:00
|
|
|
StandardInteger.h \
|
2012-08-20 23:01:55 +04:00
|
|
|
SHA1.h \
|
2012-05-10 00:54:33 +04:00
|
|
|
ThreadLocal.h \
|
2012-06-14 10:20:47 +04:00
|
|
|
TypeTraits.h \
|
2011-12-18 01:45:29 +04:00
|
|
|
Types.h \
|
|
|
|
Util.h \
|
2012-10-04 23:45:07 +04:00
|
|
|
WeakPtr.h \
|
2011-12-18 01:45:29 +04:00
|
|
|
$(NULL)
|