summaryrefslogtreecommitdiff
path: root/mfbt/exported_headers.mk
blob: 63709363cf3332d809d893af2289112b0351df62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# 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/.

# 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 += \
  Assertions.h \
  Atomics.h \
  Attributes.h \
  BloomFilter.h \
  Casting.h \
  Char16.h \
  CheckedInt.h \
  Compiler.h \
  Constants.h \
  DebugOnly.h \
  decimal/Decimal.h \
  Endian.h \
  EnumSet.h \
  FloatingPoint.h \
  GuardObjects.h \
  HashFunctions.h \
  Likely.h \
  LinkedList.h \
  MathAlgorithms.h \
  MemoryChecking.h \
  MSStdInt.h \
  NullPtr.h \
  PodOperations.h \
  Poison.h \
  Range.h \
  RangedPtr.h \
  RefPtr.h \
  Scoped.h \
  SHA1.h \
  SplayTree.h \
  StandardInteger.h \
  ThreadLocal.h \
  TypedEnum.h \
  Types.h \
  TypeTraits.h \
  Util.h \
  WeakPtr.h \
  $(NULL)