OLD | NEW |
1 # For GN compatibility, this file can not have any conditions. | 1 # For GN compatibility, this file can not have any conditions. |
2 { | 2 { |
3 'variables': { | 3 'variables': { |
4 'wtf_files': [ | 4 'wtf_files': [ |
5 'ASCIICType.cpp', | 5 'ASCIICType.cpp', |
6 'ASCIICType.h', | 6 'ASCIICType.h', |
7 'AddressSanitizer.h', | 7 'AddressSanitizer.h', |
8 'AddressSpaceRandomization.cpp', | 8 'AddressSpaceRandomization.cpp', |
9 'AddressSpaceRandomization.h', | 9 'AddressSpaceRandomization.h', |
10 'Alignment.h', | 10 'Alignment.h', |
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'PartitionAllocTest.cpp', | 215 'PartitionAllocTest.cpp', |
216 'RefPtrTest.cpp', | 216 'RefPtrTest.cpp', |
217 'SaturatedArithmeticTest.cpp', | 217 'SaturatedArithmeticTest.cpp', |
218 'StringExtrasTest.cpp', | 218 'StringExtrasTest.cpp', |
219 'StringHasherTest.cpp', | 219 'StringHasherTest.cpp', |
220 'TemporaryChangeTest.cpp', | 220 'TemporaryChangeTest.cpp', |
221 'TreeNodeTest.cpp', | 221 'TreeNodeTest.cpp', |
222 'TypeTraitsTest.cpp', | 222 'TypeTraitsTest.cpp', |
223 'VectorTest.cpp', | 223 'VectorTest.cpp', |
224 'dtoa_test.cpp', | 224 'dtoa_test.cpp', |
225 'testing/WTFTestPrintersTest.cpp', | |
226 'text/AtomicStringTest.cpp', | 225 'text/AtomicStringTest.cpp', |
227 'text/CStringTest.cpp', | 226 'text/CStringTest.cpp', |
228 'text/StringBufferTest.cpp', | 227 'text/StringBufferTest.cpp', |
229 'text/StringBuilderTest.cpp', | 228 'text/StringBuilderTest.cpp', |
230 'text/StringImplTest.cpp', | 229 'text/StringImplTest.cpp', |
231 'text/StringOperatorsTest.cpp', | 230 'text/StringOperatorsTest.cpp', |
232 'text/TextCodecReplacementTest.cpp', | 231 'text/TextCodecReplacementTest.cpp', |
233 'text/TextCodecUTF8Test.cpp', | 232 'text/TextCodecUTF8Test.cpp', |
234 'text/WTFStringTest.cpp', | 233 'text/WTFStringTest.cpp', |
235 ], | 234 ], |
236 'wtf_unittest_helper_files': [ | |
237 'testing/WTFTestPrinters.cpp', | |
238 ], | |
239 }, | 235 }, |
240 } | 236 } |
OLD | NEW |