summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Source/wtf/wtf.gypi
blob: d3a1d6787dc9c0ffb5734691c6803ad9a4926ece (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
{
    'variables': {
        'wtf_files': [
            'ASCIICType.h',
            'Alignment.h',
            'ArrayBuffer.cpp',
            'ArrayBuffer.h',
            'ArrayBufferBuilder.cpp',
            'ArrayBufferBuilder.h',
            'ArrayBufferContents.cpp',
            'ArrayBufferContents.h',
            'ArrayBufferDeallocationObserver.h',
            'ArrayBufferView.cpp',
            'ArrayBufferView.h',
            'Assertions.cpp',
            'Assertions.h',
            'Atomics.h',
            'AutodrainedPool.h',
            'AutodrainedPoolMac.mm',
            'BitArray.h',
            'BitVector.cpp',
            'BitVector.h',
            'BitwiseOperations.h',
            'BloomFilter.h',
            'ByteOrder.h',
            'ByteSwap.h',
            'CPU.h',
            'CheckedArithmetic.h',
            'Compiler.h',
            'Complex.h',
            'CryptographicallyRandomNumber.cpp',
            'CryptographicallyRandomNumber.h',
            'CurrentTime.cpp',
            'CurrentTime.h',
            'DataLog.cpp',
            'DataLog.h',
            'DateMath.cpp',
            'DateMath.h',
            'DecimalNumber.cpp',
            'DecimalNumber.h',
            'Deque.h',
            'DoublyLinkedList.h',
            'DynamicAnnotations.cpp',
            'DynamicAnnotations.h',
            'FastAllocBase.h',
            'FastMalloc.cpp',
            'FastMalloc.h',
            'FilePrintStream.cpp',
            'FilePrintStream.h',
            'Float32Array.h',
            'Float64Array.h',
            'Forward.h',
            'Functional.h',
            'GetPtr.h',
            'GregorianDateTime.cpp',
            'GregorianDateTime.h',
            'HashCountedSet.h',
            'HashFunctions.h',
            'HashIterators.h',
            'HashMap.h',
            'HashSet.h',
            'HashTable.cpp',
            'HashTable.h',
            'HashTableDeletedValueType.h',
            'HashTraits.h',
            'HexNumber.h',
            'InstanceCounter.cpp',
            'InstanceCounter.h',
            'Int16Array.h',
            'Int32Array.h',
            'Int8Array.h',
            'IntegralTypedArrayBase.h',
            'LeakAnnotations.h',
            'LinkedStack.h',
            'ListHashSet.h',
            'Locker.h',
            'MainThread.cpp',
            'MainThread.h',
            'MallocZoneSupport.h',
            'MathExtras.h',
            'MessageQueue.h',
            'NonCopyingSort.h',
            'Noncopyable.h',
            'NotFound.h',
            'NullPtr.cpp',
            'NullPtr.h',
            'NumberOfCores.cpp',
            'NumberOfCores.h',
            'OwnPtr.h',
            'OwnPtrCommon.h',
            'PageAllocator.cpp',
            'PageAllocator.h',
            'PartitionAlloc.cpp',
            'PartitionAlloc.h',
            'PassOwnPtr.h',
            'PassRefPtr.h',
            'PassTraits.h',
            'PrintStream.cpp',
            'PrintStream.h',
            'ProcessID.h',
            'QuantizedAllocation.cpp',
            'QuantizedAllocation.h',
            'RefCounted.h',
            'RefCountedLeakCounter.cpp',
            'RefCountedLeakCounter.h',
            'RefPtr.h',
            'RefPtrHashMap.h',
            'RetainPtr.h',
            'SHA1.cpp',
            'SHA1.h',
            'SaturatedArithmetic.h',
            'SizeLimits.cpp',
            'SpinLock.h',
            'StaticConstructors.h',
            'StdLibExtras.h',
            'StringExtras.h',
            'StringHasher.h',
            'TCPackedCache.h',
            'TCPageMap.h',
            'TCSpinLock.h',
            'TCSystemAlloc.cpp',
            'TCSystemAlloc.h',
            'TemporaryChange.h',
            'ThreadFunctionInvocation.h',
            'ThreadIdentifierDataPthreads.cpp',
            'ThreadIdentifierDataPthreads.h',
            'ThreadRestrictionVerifier.h',
            'ThreadSafeRefCounted.h',
            'ThreadSpecific.h',
            'ThreadSpecificWin.cpp',
            'Threading.cpp',
            'Threading.h',
            'ThreadingPrimitives.h',
            'ThreadingPthreads.cpp',
            'ThreadingWin.cpp',
            'TreeNode.h',
            'TypeTraits.cpp',
            'TypeTraits.h',
            'TypedArrayBase.h',
            'Uint16Array.h',
            'Uint32Array.h',
            'Uint8Array.h',
            'VMTags.h',
            'Vector.h',
            'VectorTraits.h',
            'WTF.cpp',
            'WTF.h',
            'WTFExport.h',
            'WTFThreadData.cpp',
            'WTFThreadData.h',
            'WeakPtr.h',
            'dtoa.cpp',
            'dtoa.h',
            'dtoa/bignum-dtoa.cc',
            'dtoa/bignum-dtoa.h',
            'dtoa/bignum.cc',
            'dtoa/bignum.h',
            'dtoa/cached-powers.cc',
            'dtoa/cached-powers.h',
            'dtoa/diy-fp.cc',
            'dtoa/diy-fp.h',
            'dtoa/double-conversion.cc',
            'dtoa/double-conversion.h',
            'dtoa/double.h',
            'dtoa/fast-dtoa.cc',
            'dtoa/fast-dtoa.h',
            'dtoa/fixed-dtoa.cc',
            'dtoa/fixed-dtoa.h',
            'dtoa/strtod.cc',
            'dtoa/strtod.h',
            'dtoa/utils.h',
            'text/ASCIIFastPath.h',
            'text/AtomicString.cpp',
            'text/AtomicString.h',
            'text/AtomicStringCF.cpp',
            'text/AtomicStringHash.h',
            'text/Base64.cpp',
            'text/Base64.h',
            'text/CString.cpp',
            'text/CString.h',
            'text/IntegerToStringConversion.h',
            'text/StringBuffer.h',
            'text/StringBuilder.cpp',
            'text/StringBuilder.h',
            'text/StringCF.cpp',
            'text/StringConcatenate.h',
            'text/StringHash.h',
            'text/StringImpl.cpp',
            'text/StringImpl.h',
            'text/StringImplCF.cpp',
            'text/StringImplMac.mm',
            'text/StringMac.mm',
            'text/StringOperators.h',
            'text/StringStatics.cpp',
            'text/StringUTF8Adaptor.h',
            'text/StringView.h',
            'text/TextCodec.cpp',
            'text/TextCodecASCIIFastPath.h',
            'text/TextCodecICU.cpp',
            'text/TextCodecLatin1.cpp',
            'text/TextCodecUTF16.cpp',
            'text/TextCodecUTF8.cpp',
            'text/TextCodecUTF8.h',
            'text/TextCodecUserDefined.cpp',
            'text/TextEncoding.cpp',
            'text/TextEncodingRegistry.cpp',
            'text/TextPosition.cpp',
            'text/TextPosition.h',
            'text/WTFString.cpp',
            'text/WTFString.h',
            'unicode/CharacterNames.h',
            'unicode/Collator.h',
            'unicode/UTF8.cpp',
            'unicode/UTF8.h',
            'unicode/Unicode.h',
            'unicode/icu/CollatorICU.cpp',
            'unicode/icu/UnicodeIcu.h',
        ],
        'wtf_unittest_files': [
            'ArrayBufferBuilderTest.cpp',
            'CheckedArithmeticTest.cpp',
            'FunctionalTest.cpp',
            'HashMapTest.cpp',
            'HashSetTest.cpp',
            'ListHashSetTest.cpp',
            'MathExtrasTest.cpp',
            'PartitionAllocTest.cpp',
            'SHA1Test.cpp',
            'SaturatedArithmeticTest.cpp',
            'StringExtrasTest.cpp',
            'StringHasherTest.cpp',
            'TemporaryChangeTest.cpp',
            'TreeNodeTest.cpp',
            'VectorTest.cpp',
            'testing/WTFTestHelpersTest.cpp',
            'text/AtomicStringTest.cpp',
            'text/CStringTest.cpp',
            'text/StringBuilderTest.cpp',
            'text/StringImplTest.cpp',
            'text/StringOperatorsTest.cpp',
            'text/TextCodecUTF8Test.cpp',
            'text/WTFStringTest.cpp',
        ],
        'wtf_unittest_helper_files': [
            'testing/WTFTestHelpers.cpp',
            'testing/WTFTestHelpers.h',
            'testing/WTFUnitTestHelpersExport.h',
        ],
    },
}