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