| 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', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 'FastAllocBase.h', | 48 'FastAllocBase.h', |
| 49 'FastMalloc.cpp', | 49 'FastMalloc.cpp', |
| 50 'FastMalloc.h', | 50 'FastMalloc.h', |
| 51 'FilePrintStream.cpp', | 51 'FilePrintStream.cpp', |
| 52 'FilePrintStream.h', | 52 'FilePrintStream.h', |
| 53 'Float32Array.h', | 53 'Float32Array.h', |
| 54 'Float64Array.h', | 54 'Float64Array.h', |
| 55 'Forward.h', | 55 'Forward.h', |
| 56 'Functional.h', | 56 'Functional.h', |
| 57 'GetPtr.h', | 57 'GetPtr.h', |
| 58 'GregorianDateTime.cpp', | |
| 59 'GregorianDateTime.h', | |
| 60 'HashCountedSet.h', | 58 'HashCountedSet.h', |
| 61 'HashFunctions.h', | 59 'HashFunctions.h', |
| 62 'HashIterators.h', | 60 'HashIterators.h', |
| 63 'HashMap.h', | 61 'HashMap.h', |
| 64 'HashSet.h', | 62 'HashSet.h', |
| 65 'HashTable.cpp', | 63 'HashTable.cpp', |
| 66 'HashTable.h', | 64 'HashTable.h', |
| 67 'HashTableDeletedValueType.h', | 65 'HashTableDeletedValueType.h', |
| 68 'HashTraits.h', | 66 'HashTraits.h', |
| 69 'HexNumber.h', | 67 'HexNumber.h', |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'text/TextCodecUTF8Test.cpp', | 232 'text/TextCodecUTF8Test.cpp', |
| 235 'text/WTFStringTest.cpp', | 233 'text/WTFStringTest.cpp', |
| 236 ], | 234 ], |
| 237 'wtf_unittest_helper_files': [ | 235 'wtf_unittest_helper_files': [ |
| 238 'testing/WTFTestHelpers.cpp', | 236 'testing/WTFTestHelpers.cpp', |
| 239 'testing/WTFTestHelpers.h', | 237 'testing/WTFTestHelpers.h', |
| 240 'testing/WTFUnitTestHelpersExport.h', | 238 'testing/WTFUnitTestHelpersExport.h', |
| 241 ], | 239 ], |
| 242 }, | 240 }, |
| 243 } | 241 } |
| OLD | NEW |