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