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