| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'PartitionAllocTest.cpp', | 216 'PartitionAllocTest.cpp', |
| 217 'RefPtrTest.cpp', | 217 'RefPtrTest.cpp', |
| 218 'SaturatedArithmeticTest.cpp', | 218 'SaturatedArithmeticTest.cpp', |
| 219 'StringExtrasTest.cpp', | 219 'StringExtrasTest.cpp', |
| 220 'StringHasherTest.cpp', | 220 'StringHasherTest.cpp', |
| 221 'TemporaryChangeTest.cpp', | 221 'TemporaryChangeTest.cpp', |
| 222 'TreeNodeTest.cpp', | 222 'TreeNodeTest.cpp', |
| 223 'TypeTraitsTest.cpp', | 223 'TypeTraitsTest.cpp', |
| 224 'VectorTest.cpp', | 224 'VectorTest.cpp', |
| 225 'dtoa_test.cpp', | 225 'dtoa_test.cpp', |
| 226 'testing/WTFTestPrintersTest.cpp', | |
| 227 'text/AtomicStringTest.cpp', | 226 'text/AtomicStringTest.cpp', |
| 228 'text/CStringTest.cpp', | 227 'text/CStringTest.cpp', |
| 229 'text/StringBufferTest.cpp', | 228 'text/StringBufferTest.cpp', |
| 230 'text/StringBuilderTest.cpp', | 229 'text/StringBuilderTest.cpp', |
| 231 'text/StringImplTest.cpp', | 230 'text/StringImplTest.cpp', |
| 232 'text/StringOperatorsTest.cpp', | 231 'text/StringOperatorsTest.cpp', |
| 233 'text/TextCodecReplacementTest.cpp', | 232 'text/TextCodecReplacementTest.cpp', |
| 234 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
| 235 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
| 236 ], | 235 ], |
| 237 'wtf_unittest_helper_files': [ | |
| 238 'testing/WTFTestPrinters.cpp', | |
| 239 ], | |
| 240 }, | 236 }, |
| 241 } | 237 } |
| OLD | NEW |