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