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.h', | 6 'ASCIICType.h', |
6 'AddressSanitizer.h', | 7 'AddressSanitizer.h', |
7 'AddressSpaceRandomization.cpp', | 8 'AddressSpaceRandomization.cpp', |
8 'AddressSpaceRandomization.h', | 9 'AddressSpaceRandomization.h', |
9 'Alias.cpp', | 10 'Alias.cpp', |
10 'Alias.h', | 11 'Alias.h', |
11 'Alignment.h', | 12 'Alignment.h', |
12 'Allocator.h', | 13 'Allocator.h', |
13 'ArrayBuffer.cpp', | 14 'ArrayBuffer.cpp', |
14 'ArrayBuffer.h', | 15 'ArrayBuffer.h', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'text/StringOperatorsTest.cpp', | 237 'text/StringOperatorsTest.cpp', |
237 'text/TextCodecReplacementTest.cpp', | 238 'text/TextCodecReplacementTest.cpp', |
238 'text/TextCodecUTF8Test.cpp', | 239 'text/TextCodecUTF8Test.cpp', |
239 'text/WTFStringTest.cpp', | 240 'text/WTFStringTest.cpp', |
240 ], | 241 ], |
241 'wtf_unittest_helper_files': [ | 242 'wtf_unittest_helper_files': [ |
242 'testing/WTFTestPrinters.cpp', | 243 'testing/WTFTestPrinters.cpp', |
243 ], | 244 ], |
244 }, | 245 }, |
245 } | 246 } |
OLD | NEW |