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