1 # For GN compatibility, this file can not have any conditions.
7 'AddressSpaceRandomization.cpp',
8 'AddressSpaceRandomization.h',
15 'ArrayBufferBuilder.cpp',
16 'ArrayBufferBuilder.h',
17 'ArrayBufferContents.cpp',
18 'ArrayBufferContents.h',
19 'ArrayBufferView.cpp',
29 'BitwiseOperations.h',
34 'CheckedArithmetic.h',
36 'ConditionalDestructor.h',
37 'ContainerAnnotations.h',
38 'CryptographicallyRandomNumber.cpp',
39 'CryptographicallyRandomNumber.h',
46 'DefaultAllocator.cpp',
50 'DynamicAnnotations.cpp',
51 'DynamicAnnotations.h',
55 'FilePrintStream.cpp',
69 'HashTableDeletedValueType.h',
72 'InstanceCounter.cpp',
77 'IntegralTypedArrayBase.h',
104 'RefCountedLeakCounter.cpp',
105 'RefCountedLeakCounter.h',
108 'SaturatedArithmetic.h',
111 'StaticConstructors.h',
116 'ThreadRestrictionVerifier.h',
117 'ThreadSafeRefCounted.h',
119 'ThreadSpecificWin.cpp',
121 'ThreadingPrimitives.h',
122 'ThreadingPthreads.cpp',
140 'asm/SaturatedArithmeticARM.h',
143 'dtoa/bignum-dtoa.cc',
144 'dtoa/bignum-dtoa.h',
147 'dtoa/cached-powers.cc',
148 'dtoa/cached-powers.h',
151 'dtoa/double-conversion.cc',
152 'dtoa/double-conversion.h',
156 'dtoa/fixed-dtoa.cc',
161 'text/ASCIIFastPath.h',
162 'text/AtomicString.cpp',
163 'text/AtomicString.h',
164 'text/AtomicStringCF.cpp',
165 'text/AtomicStringHash.h',
170 'text/CharacterNames.h',
172 'text/IntegerToStringConversion.h',
173 'text/StringBuffer.h',
174 'text/StringBuilder.cpp',
175 'text/StringBuilder.h',
177 'text/StringConcatenate.cpp',
178 'text/StringConcatenate.h',
180 'text/StringImpl.cpp',
182 'text/StringImplCF.cpp',
183 'text/StringImplMac.mm',
185 'text/StringOperators.h',
186 'text/StringStatics.cpp',
187 'text/StringUTF8Adaptor.h',
189 'text/TextCodec.cpp',
190 'text/TextCodecASCIIFastPath.h',
191 'text/TextCodecICU.cpp',
192 'text/TextCodecLatin1.cpp',
193 'text/TextCodecReplacement.cpp',
194 'text/TextCodecReplacement.h',
195 'text/TextCodecUTF16.cpp',
196 'text/TextCodecUTF8.cpp',
197 'text/TextCodecUTF8.h',
198 'text/TextCodecUserDefined.cpp',
199 'text/TextEncoding.cpp',
200 'text/TextEncodingRegistry.cpp',
201 'text/TextPosition.cpp',
202 'text/TextPosition.h',
206 'text/WTFString.cpp',
208 'text/icu/CollatorICU.cpp',
209 'text/icu/UnicodeIcu.h',
211 'wtf_unittest_files': [
212 'ASCIICTypeTest.cpp',
213 'ArrayBufferBuilderTest.cpp',
214 'CheckedArithmeticTest.cpp',
216 'FunctionalTest.cpp',
219 'ListHashSetTest.cpp',
220 'MathExtrasTest.cpp',
222 'PartitionAllocTest.cpp',
224 'SaturatedArithmeticTest.cpp',
225 'StringExtrasTest.cpp',
226 'StringHasherTest.cpp',
227 'TemporaryChangeTest.cpp',
230 'testing/WTFTestPrintersTest.cpp',
231 'text/AtomicStringTest.cpp',
232 'text/CStringTest.cpp',
233 'text/StringBufferTest.cpp',
234 'text/StringBuilderTest.cpp',
235 'text/StringImplTest.cpp',
236 'text/StringOperatorsTest.cpp',
237 'text/TextCodecReplacementTest.cpp',
238 'text/TextCodecUTF8Test.cpp',
239 'text/WTFStringTest.cpp',
241 'wtf_unittest_helper_files': [
242 'testing/WTFTestPrinters.cpp',