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