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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 'wtf_unittest_files': [ | 209 'wtf_unittest_files': [ |
210 'ArrayBufferBuilderTest.cpp', | 210 'ArrayBufferBuilderTest.cpp', |
211 'CheckedArithmeticTest.cpp', | 211 'CheckedArithmeticTest.cpp', |
212 'DequeTest.cpp', | 212 'DequeTest.cpp', |
213 'FunctionalTest.cpp', | 213 'FunctionalTest.cpp', |
214 'HashMapTest.cpp', | 214 'HashMapTest.cpp', |
215 'HashSetTest.cpp', | 215 'HashSetTest.cpp', |
216 'ListHashSetTest.cpp', | 216 'ListHashSetTest.cpp', |
217 'MathExtrasTest.cpp', | 217 'MathExtrasTest.cpp', |
218 'PartitionAllocTest.cpp', | 218 'PartitionAllocTest.cpp', |
| 219 'RefPtrTest.cpp', |
219 'SaturatedArithmeticTest.cpp', | 220 'SaturatedArithmeticTest.cpp', |
220 'StringExtrasTest.cpp', | 221 'StringExtrasTest.cpp', |
221 'StringHasherTest.cpp', | 222 'StringHasherTest.cpp', |
222 'TemporaryChangeTest.cpp', | 223 'TemporaryChangeTest.cpp', |
223 'TreeNodeTest.cpp', | 224 'TreeNodeTest.cpp', |
224 'VectorTest.cpp', | 225 'VectorTest.cpp', |
225 'testing/WTFTestHelpersTest.cpp', | 226 'testing/WTFTestHelpersTest.cpp', |
226 'text/AtomicStringTest.cpp', | 227 'text/AtomicStringTest.cpp', |
227 'text/CStringTest.cpp', | 228 'text/CStringTest.cpp', |
228 'text/StringBuilderTest.cpp', | 229 'text/StringBuilderTest.cpp', |
229 'text/StringImplTest.cpp', | 230 'text/StringImplTest.cpp', |
230 'text/StringOperatorsTest.cpp', | 231 'text/StringOperatorsTest.cpp', |
231 'text/TextCodecReplacementTest.cpp', | 232 'text/TextCodecReplacementTest.cpp', |
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 |