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 'Alignment.h', | 9 'Alignment.h', |
10 'ArrayBuffer.cpp', | 10 'ArrayBuffer.cpp', |
11 'ArrayBuffer.h', | 11 'ArrayBuffer.h', |
12 'ArrayBufferBuilder.cpp', | 12 'ArrayBufferBuilder.cpp', |
13 'ArrayBufferBuilder.h', | 13 'ArrayBufferBuilder.h', |
14 'ArrayBufferContents.cpp', | 14 'ArrayBufferContents.cpp', |
15 'ArrayBufferContents.h', | 15 'ArrayBufferContents.h', |
16 'ArrayBufferDeallocationObserver.h', | |
17 'ArrayBufferView.cpp', | 16 'ArrayBufferView.cpp', |
18 'ArrayBufferView.h', | 17 'ArrayBufferView.h', |
19 'ArrayPiece.cpp', | 18 'ArrayPiece.cpp', |
20 'ArrayPiece.h', | 19 'ArrayPiece.h', |
21 'Assertions.cpp', | 20 'Assertions.cpp', |
22 'Assertions.h', | 21 'Assertions.h', |
23 'Atomics.h', | 22 'Atomics.h', |
24 'BitArray.h', | 23 'BitArray.h', |
25 'BitVector.cpp', | 24 'BitVector.cpp', |
26 'BitVector.h', | 25 'BitVector.h', |
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 'text/TextCodecUTF8Test.cpp', | 239 'text/TextCodecUTF8Test.cpp', |
241 'text/WTFStringTest.cpp', | 240 'text/WTFStringTest.cpp', |
242 ], | 241 ], |
243 'wtf_unittest_helper_files': [ | 242 'wtf_unittest_helper_files': [ |
244 'testing/WTFTestHelpers.cpp', | 243 'testing/WTFTestHelpers.cpp', |
245 'testing/WTFTestHelpers.h', | 244 'testing/WTFTestHelpers.h', |
246 'testing/WTFUnitTestHelpersExport.h', | 245 'testing/WTFUnitTestHelpersExport.h', |
247 ], | 246 ], |
248 }, | 247 }, |
249 } | 248 } |
OLD | NEW |