| 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.h', | 5 'ASCIICType.h', |
| 6 'AddressSanitizer.h', | 6 'AddressSanitizer.h', |
| 7 'AddressSpaceRandomization.cpp', | 7 'AddressSpaceRandomization.cpp', |
| 8 'AddressSpaceRandomization.h', | 8 'AddressSpaceRandomization.h', |
| 9 'Alignment.h', | 9 'Alignment.h', |
| 10 'ArrayBuffer.cpp', | 10 'ArrayBuffer.cpp', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'MathExtrasTest.cpp', | 218 'MathExtrasTest.cpp', |
| 219 'OptionalTest.cpp', | 219 'OptionalTest.cpp', |
| 220 'PartitionAllocTest.cpp', | 220 'PartitionAllocTest.cpp', |
| 221 'RefPtrTest.cpp', | 221 'RefPtrTest.cpp', |
| 222 'SaturatedArithmeticTest.cpp', | 222 'SaturatedArithmeticTest.cpp', |
| 223 'StringExtrasTest.cpp', | 223 'StringExtrasTest.cpp', |
| 224 'StringHasherTest.cpp', | 224 'StringHasherTest.cpp', |
| 225 'TemporaryChangeTest.cpp', | 225 'TemporaryChangeTest.cpp', |
| 226 'TreeNodeTest.cpp', | 226 'TreeNodeTest.cpp', |
| 227 'VectorTest.cpp', | 227 'VectorTest.cpp', |
| 228 'testing/WTFTestHelpersTest.cpp', | 228 'testing/WTFTestPrintersTest.cpp', |
| 229 'text/AtomicStringTest.cpp', | 229 'text/AtomicStringTest.cpp', |
| 230 'text/CStringTest.cpp', | 230 'text/CStringTest.cpp', |
| 231 'text/StringBufferTest.cpp', | 231 'text/StringBufferTest.cpp', |
| 232 'text/StringBuilderTest.cpp', | 232 'text/StringBuilderTest.cpp', |
| 233 'text/StringImplTest.cpp', | 233 'text/StringImplTest.cpp', |
| 234 'text/StringOperatorsTest.cpp', | 234 'text/StringOperatorsTest.cpp', |
| 235 'text/TextCodecReplacementTest.cpp', | 235 'text/TextCodecReplacementTest.cpp', |
| 236 'text/TextCodecUTF8Test.cpp', | 236 'text/TextCodecUTF8Test.cpp', |
| 237 'text/WTFStringTest.cpp', | 237 'text/WTFStringTest.cpp', |
| 238 ], | 238 ], |
| 239 'wtf_unittest_helper_files': [ | 239 'wtf_unittest_helper_files': [ |
| 240 'testing/WTFTestHelpers.cpp', | 240 'testing/WTFTestPrinters.cpp', |
| 241 'testing/WTFTestHelpers.h', | |
| 242 'testing/WTFUnitTestHelpersExport.h', | |
| 243 ], | 241 ], |
| 244 }, | 242 }, |
| 245 } | 243 } |
| OLD | NEW |