| 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 'Alignment.h', | 6 'Alignment.h', |
| 7 'ArrayBuffer.cpp', | 7 'ArrayBuffer.cpp', |
| 8 'ArrayBuffer.h', | 8 'ArrayBuffer.h', |
| 9 'ArrayBufferBuilder.cpp', | 9 'ArrayBufferBuilder.cpp', |
| 10 'ArrayBufferBuilder.h', | 10 'ArrayBufferBuilder.h', |
| 11 'ArrayBufferContents.cpp', | 11 'ArrayBufferContents.cpp', |
| 12 'ArrayBufferContents.h', | 12 'ArrayBufferContents.h', |
| 13 'ArrayBufferDeallocationObserver.h', | 13 'ArrayBufferDeallocationObserver.h', |
| 14 'ArrayBufferView.cpp', | 14 'ArrayBufferView.cpp', |
| 15 'ArrayBufferView.h', | 15 'ArrayBufferView.h', |
| 16 'ArrayBytes.cpp', |
| 17 'ArrayBytes.h', |
| 16 'Assertions.cpp', | 18 'Assertions.cpp', |
| 17 'Assertions.h', | 19 'Assertions.h', |
| 18 'Atomics.h', | 20 'Atomics.h', |
| 19 'BitArray.h', | 21 'BitArray.h', |
| 20 'BitVector.cpp', | 22 'BitVector.cpp', |
| 21 'BitVector.h', | 23 'BitVector.h', |
| 22 'BitwiseOperations.h', | 24 'BitwiseOperations.h', |
| 23 'BloomFilter.h', | 25 'BloomFilter.h', |
| 24 'ByteOrder.h', | 26 'ByteOrder.h', |
| 25 'ByteSwap.h', | 27 'ByteSwap.h', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 'text/TextCodecUTF8Test.cpp', | 231 'text/TextCodecUTF8Test.cpp', |
| 230 'text/WTFStringTest.cpp', | 232 'text/WTFStringTest.cpp', |
| 231 ], | 233 ], |
| 232 'wtf_unittest_helper_files': [ | 234 'wtf_unittest_helper_files': [ |
| 233 'testing/WTFTestHelpers.cpp', | 235 'testing/WTFTestHelpers.cpp', |
| 234 'testing/WTFTestHelpers.h', | 236 'testing/WTFTestHelpers.h', |
| 235 'testing/WTFUnitTestHelpersExport.h', | 237 'testing/WTFUnitTestHelpersExport.h', |
| 236 ], | 238 ], |
| 237 }, | 239 }, |
| 238 } | 240 } |
| OLD | NEW |