| 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.cpp', | 6 'AddressSpaceRandomization.cpp', |
| 7 'AddressSpaceRandomization.h', | 7 'AddressSpaceRandomization.h', |
| 8 'Alignment.h', | 8 'Alignment.h', |
| 9 'ArrayBuffer.cpp', | 9 'ArrayBuffer.cpp', |
| 10 'ArrayBuffer.h', | 10 'ArrayBuffer.h', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 'Uint32Array.h', | 130 'Uint32Array.h', |
| 131 'Uint8Array.h', | 131 'Uint8Array.h', |
| 132 'Vector.h', | 132 'Vector.h', |
| 133 'VectorTraits.h', | 133 'VectorTraits.h', |
| 134 'WTF.cpp', | 134 'WTF.cpp', |
| 135 'WTF.h', | 135 'WTF.h', |
| 136 'WTFExport.h', | 136 'WTFExport.h', |
| 137 'WTFThreadData.cpp', | 137 'WTFThreadData.cpp', |
| 138 'WTFThreadData.h', | 138 'WTFThreadData.h', |
| 139 'WeakPtr.h', | 139 'WeakPtr.h', |
| 140 'asm/SaturatedArithmeticARM.h', | |
| 141 'dtoa.cpp', | 140 'dtoa.cpp', |
| 142 'dtoa.h', | 141 'dtoa.h', |
| 143 'dtoa/bignum-dtoa.cc', | 142 'dtoa/bignum-dtoa.cc', |
| 144 'dtoa/bignum-dtoa.h', | 143 'dtoa/bignum-dtoa.h', |
| 145 'dtoa/bignum.cc', | 144 'dtoa/bignum.cc', |
| 146 'dtoa/bignum.h', | 145 'dtoa/bignum.h', |
| 147 'dtoa/cached-powers.cc', | 146 'dtoa/cached-powers.cc', |
| 148 'dtoa/cached-powers.h', | 147 'dtoa/cached-powers.h', |
| 149 'dtoa/diy-fp.cc', | 148 'dtoa/diy-fp.cc', |
| 150 'dtoa/diy-fp.h', | 149 'dtoa/diy-fp.h', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'text/TextCodecUTF8Test.cpp', | 232 'text/TextCodecUTF8Test.cpp', |
| 234 'text/WTFStringTest.cpp', | 233 'text/WTFStringTest.cpp', |
| 235 ], | 234 ], |
| 236 'wtf_unittest_helper_files': [ | 235 'wtf_unittest_helper_files': [ |
| 237 'testing/WTFTestHelpers.cpp', | 236 'testing/WTFTestHelpers.cpp', |
| 238 'testing/WTFTestHelpers.h', | 237 'testing/WTFTestHelpers.h', |
| 239 'testing/WTFUnitTestHelpersExport.h', | 238 'testing/WTFUnitTestHelpersExport.h', |
| 240 ], | 239 ], |
| 241 }, | 240 }, |
| 242 } | 241 } |
| OLD | NEW |