| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 'dtoa_test.cpp', | 220 'dtoa_test.cpp', |
| 221 'text/AtomicStringTest.cpp', | 221 'text/AtomicStringTest.cpp', |
| 222 'text/CStringTest.cpp', | 222 'text/CStringTest.cpp', |
| 223 'text/StringBufferTest.cpp', | 223 'text/StringBufferTest.cpp', |
| 224 'text/StringBuilderTest.cpp', | 224 'text/StringBuilderTest.cpp', |
| 225 'text/StringImplTest.cpp', | 225 'text/StringImplTest.cpp', |
| 226 'text/StringOperatorsTest.cpp', | 226 'text/StringOperatorsTest.cpp', |
| 227 'text/TextCodecTest.cpp', | 227 'text/TextCodecTest.cpp', |
| 228 'text/TextCodecReplacementTest.cpp', | 228 'text/TextCodecReplacementTest.cpp', |
| 229 'text/TextCodecUTF8Test.cpp', | 229 'text/TextCodecUTF8Test.cpp', |
| 230 "text/UTF8Test.cpp", | |
| 231 'text/WTFStringTest.cpp', | 230 'text/WTFStringTest.cpp', |
| 232 'typed_arrays/ArrayBufferBuilderTest.cpp', | 231 'typed_arrays/ArrayBufferBuilderTest.cpp', |
| 233 ], | 232 ], |
| 234 }, | 233 }, |
| 235 } | 234 } |
| OLD | NEW |