| 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.cpp', | 5 'ASCIICType.cpp', |
| 6 'ASCIICType.h', | 6 'ASCIICType.h', |
| 7 'AddressSanitizer.h', | 7 'AddressSanitizer.h', |
| 8 'AddressSpaceRandomization.cpp', | 8 'AddressSpaceRandomization.cpp', |
| 9 'AddressSpaceRandomization.h', | 9 'AddressSpaceRandomization.h', |
| 10 'Alignment.h', | 10 'Alignment.h', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'TemporaryChange.h', | 110 'TemporaryChange.h', |
| 111 'ThreadRestrictionVerifier.h', | 111 'ThreadRestrictionVerifier.h', |
| 112 'ThreadSafeRefCounted.h', | 112 'ThreadSafeRefCounted.h', |
| 113 'ThreadSpecific.h', | 113 'ThreadSpecific.h', |
| 114 'ThreadSpecificWin.cpp', | 114 'ThreadSpecificWin.cpp', |
| 115 'Threading.h', | 115 'Threading.h', |
| 116 'ThreadingPrimitives.h', | 116 'ThreadingPrimitives.h', |
| 117 'ThreadingPthreads.cpp', | 117 'ThreadingPthreads.cpp', |
| 118 'ThreadingWin.cpp', | 118 'ThreadingWin.cpp', |
| 119 'TreeNode.h', | 119 'TreeNode.h', |
| 120 'TypeTraits.cpp', | |
| 121 'TypeTraits.h', | 120 'TypeTraits.h', |
| 122 'TypedArrayBase.h', | 121 'TypedArrayBase.h', |
| 123 'Uint16Array.h', | 122 'Uint16Array.h', |
| 124 'Uint32Array.h', | 123 'Uint32Array.h', |
| 125 'Uint8Array.h', | 124 'Uint8Array.h', |
| 126 'Vector.h', | 125 'Vector.h', |
| 127 'VectorTraits.h', | 126 'VectorTraits.h', |
| 128 'WTF.cpp', | 127 'WTF.cpp', |
| 129 'WTF.h', | 128 'WTF.h', |
| 130 'WTFExport.h', | 129 'WTFExport.h', |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'ListHashSetTest.cpp', | 213 'ListHashSetTest.cpp', |
| 215 'MathExtrasTest.cpp', | 214 'MathExtrasTest.cpp', |
| 216 'OptionalTest.cpp', | 215 'OptionalTest.cpp', |
| 217 'PartitionAllocTest.cpp', | 216 'PartitionAllocTest.cpp', |
| 218 'RefPtrTest.cpp', | 217 'RefPtrTest.cpp', |
| 219 'SaturatedArithmeticTest.cpp', | 218 'SaturatedArithmeticTest.cpp', |
| 220 'StringExtrasTest.cpp', | 219 'StringExtrasTest.cpp', |
| 221 'StringHasherTest.cpp', | 220 'StringHasherTest.cpp', |
| 222 'TemporaryChangeTest.cpp', | 221 'TemporaryChangeTest.cpp', |
| 223 'TreeNodeTest.cpp', | 222 'TreeNodeTest.cpp', |
| 223 'TypeTraitsTest.cpp', |
| 224 'VectorTest.cpp', | 224 'VectorTest.cpp', |
| 225 'dtoa_test.cpp', | 225 'dtoa_test.cpp', |
| 226 'testing/WTFTestPrintersTest.cpp', | 226 'testing/WTFTestPrintersTest.cpp', |
| 227 'text/AtomicStringTest.cpp', | 227 'text/AtomicStringTest.cpp', |
| 228 'text/CStringTest.cpp', | 228 'text/CStringTest.cpp', |
| 229 'text/StringBufferTest.cpp', | 229 'text/StringBufferTest.cpp', |
| 230 'text/StringBuilderTest.cpp', | 230 'text/StringBuilderTest.cpp', |
| 231 'text/StringImplTest.cpp', | 231 'text/StringImplTest.cpp', |
| 232 'text/StringOperatorsTest.cpp', | 232 'text/StringOperatorsTest.cpp', |
| 233 'text/TextCodecReplacementTest.cpp', | 233 'text/TextCodecReplacementTest.cpp', |
| 234 'text/TextCodecUTF8Test.cpp', | 234 'text/TextCodecUTF8Test.cpp', |
| 235 'text/WTFStringTest.cpp', | 235 'text/WTFStringTest.cpp', |
| 236 ], | 236 ], |
| 237 'wtf_unittest_helper_files': [ | 237 'wtf_unittest_helper_files': [ |
| 238 'testing/WTFTestPrinters.cpp', | 238 'testing/WTFTestPrinters.cpp', |
| 239 ], | 239 ], |
| 240 }, | 240 }, |
| 241 } | 241 } |
| OLD | NEW |