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', |
140 'dtoa.cpp', | 141 'dtoa.cpp', |
141 'dtoa.h', | 142 'dtoa.h', |
142 'dtoa/bignum-dtoa.cc', | 143 'dtoa/bignum-dtoa.cc', |
143 'dtoa/bignum-dtoa.h', | 144 'dtoa/bignum-dtoa.h', |
144 'dtoa/bignum.cc', | 145 'dtoa/bignum.cc', |
145 'dtoa/bignum.h', | 146 'dtoa/bignum.h', |
146 'dtoa/cached-powers.cc', | 147 'dtoa/cached-powers.cc', |
147 'dtoa/cached-powers.h', | 148 'dtoa/cached-powers.h', |
148 'dtoa/diy-fp.cc', | 149 'dtoa/diy-fp.cc', |
149 'dtoa/diy-fp.h', | 150 'dtoa/diy-fp.h', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
233 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
234 ], | 235 ], |
235 'wtf_unittest_helper_files': [ | 236 'wtf_unittest_helper_files': [ |
236 'testing/WTFTestHelpers.cpp', | 237 'testing/WTFTestHelpers.cpp', |
237 'testing/WTFTestHelpers.h', | 238 'testing/WTFTestHelpers.h', |
238 'testing/WTFUnitTestHelpersExport.h', | 239 'testing/WTFUnitTestHelpersExport.h', |
239 ], | 240 ], |
240 }, | 241 }, |
241 } | 242 } |
OLD | NEW |