| 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 'Alignment.h', | 8 'Alignment.h', |
| 9 'Allocator.h', | 9 'Allocator.h', |
| 10 'Assertions.cpp', | 10 'Assertions.cpp', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'allocator/PartitionAllocTest.cpp', | 218 'allocator/PartitionAllocTest.cpp', |
| 219 'dtoa_test.cpp', | 219 'dtoa_test.cpp', |
| 220 'text/AtomicStringTest.cpp', | 220 'text/AtomicStringTest.cpp', |
| 221 'text/CStringTest.cpp', | 221 'text/CStringTest.cpp', |
| 222 'text/StringBufferTest.cpp', | 222 'text/StringBufferTest.cpp', |
| 223 'text/StringBuilderTest.cpp', | 223 'text/StringBuilderTest.cpp', |
| 224 'text/StringImplTest.cpp', | 224 'text/StringImplTest.cpp', |
| 225 'text/StringOperatorsTest.cpp', | 225 'text/StringOperatorsTest.cpp', |
| 226 'text/TextCodecReplacementTest.cpp', | 226 'text/TextCodecReplacementTest.cpp', |
| 227 'text/TextCodecUTF8Test.cpp', | 227 'text/TextCodecUTF8Test.cpp', |
| 228 "text/UTF8Test.cpp", |
| 228 'text/WTFStringTest.cpp', | 229 'text/WTFStringTest.cpp', |
| 229 'typed_arrays/ArrayBufferBuilderTest.cpp', | 230 'typed_arrays/ArrayBufferBuilderTest.cpp', |
| 230 ], | 231 ], |
| 231 }, | 232 }, |
| 232 } | 233 } |
| OLD | NEW |