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 'AddressSpaceRandomization.cpp', |
| 7 'AddressSpaceRandomization.h', |
6 'Alignment.h', | 8 'Alignment.h', |
7 'ArrayBuffer.cpp', | 9 'ArrayBuffer.cpp', |
8 'ArrayBuffer.h', | 10 'ArrayBuffer.h', |
9 'ArrayBufferBuilder.cpp', | 11 'ArrayBufferBuilder.cpp', |
10 'ArrayBufferBuilder.h', | 12 'ArrayBufferBuilder.h', |
11 'ArrayBufferContents.cpp', | 13 'ArrayBufferContents.cpp', |
12 'ArrayBufferContents.h', | 14 'ArrayBufferContents.h', |
13 'ArrayBufferDeallocationObserver.h', | 15 'ArrayBufferDeallocationObserver.h', |
14 'ArrayBufferView.cpp', | 16 'ArrayBufferView.cpp', |
15 'ArrayBufferView.h', | 17 'ArrayBufferView.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'text/TextCodecUTF8Test.cpp', | 232 'text/TextCodecUTF8Test.cpp', |
231 'text/WTFStringTest.cpp', | 233 'text/WTFStringTest.cpp', |
232 ], | 234 ], |
233 'wtf_unittest_helper_files': [ | 235 'wtf_unittest_helper_files': [ |
234 'testing/WTFTestHelpers.cpp', | 236 'testing/WTFTestHelpers.cpp', |
235 'testing/WTFTestHelpers.h', | 237 'testing/WTFTestHelpers.h', |
236 'testing/WTFUnitTestHelpersExport.h', | 238 'testing/WTFUnitTestHelpersExport.h', |
237 ], | 239 ], |
238 }, | 240 }, |
239 } | 241 } |
OLD | NEW |