| 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 12 matching lines...) Expand all Loading... |
| 23 'Assertions.h', | 23 'Assertions.h', |
| 24 'Atomics.h', | 24 'Atomics.h', |
| 25 'BitArray.h', | 25 'BitArray.h', |
| 26 'BitVector.cpp', | 26 'BitVector.cpp', |
| 27 'BitVector.h', | 27 'BitVector.h', |
| 28 'BitwiseOperations.h', | 28 'BitwiseOperations.h', |
| 29 'BloomFilter.h', | 29 'BloomFilter.h', |
| 30 'ByteOrder.h', | 30 'ByteOrder.h', |
| 31 'ByteSwap.h', | 31 'ByteSwap.h', |
| 32 'CPU.h', | 32 'CPU.h', |
| 33 'CheckedNumeric.h', | 33 'CheckedArithmetic.h', |
| 34 'Compiler.h', | 34 'Compiler.h', |
| 35 'ConditionalDestructor.h', | 35 'ConditionalDestructor.h', |
| 36 'ContainerAnnotations.h', | 36 'ContainerAnnotations.h', |
| 37 'CryptographicallyRandomNumber.cpp', | 37 'CryptographicallyRandomNumber.cpp', |
| 38 'CryptographicallyRandomNumber.h', | 38 'CryptographicallyRandomNumber.h', |
| 39 'CurrentTime.cpp', | 39 'CurrentTime.cpp', |
| 40 'CurrentTime.h', | 40 'CurrentTime.h', |
| 41 'DataLog.cpp', | 41 'DataLog.cpp', |
| 42 'DataLog.h', | 42 'DataLog.h', |
| 43 'DateMath.cpp', | 43 'DateMath.cpp', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'text/UTF8.h', | 195 'text/UTF8.h', |
| 196 'text/Unicode.h', | 196 'text/Unicode.h', |
| 197 'text/WTFString.cpp', | 197 'text/WTFString.cpp', |
| 198 'text/WTFString.h', | 198 'text/WTFString.h', |
| 199 'text/icu/CollatorICU.cpp', | 199 'text/icu/CollatorICU.cpp', |
| 200 'text/icu/UnicodeIcu.h', | 200 'text/icu/UnicodeIcu.h', |
| 201 ], | 201 ], |
| 202 'wtf_unittest_files': [ | 202 'wtf_unittest_files': [ |
| 203 'ASCIICTypeTest.cpp', | 203 'ASCIICTypeTest.cpp', |
| 204 'ArrayBufferBuilderTest.cpp', | 204 'ArrayBufferBuilderTest.cpp', |
| 205 'CheckedArithmeticTest.cpp', |
| 205 'DequeTest.cpp', | 206 'DequeTest.cpp', |
| 206 'FunctionalTest.cpp', | 207 'FunctionalTest.cpp', |
| 207 'HashMapTest.cpp', | 208 'HashMapTest.cpp', |
| 208 'HashSetTest.cpp', | 209 'HashSetTest.cpp', |
| 209 'ListHashSetTest.cpp', | 210 'ListHashSetTest.cpp', |
| 210 'MathExtrasTest.cpp', | 211 'MathExtrasTest.cpp', |
| 211 'OptionalTest.cpp', | 212 'OptionalTest.cpp', |
| 212 'PartitionAllocTest.cpp', | 213 'PartitionAllocTest.cpp', |
| 213 'RefPtrTest.cpp', | 214 'RefPtrTest.cpp', |
| 214 'SaturatedArithmeticTest.cpp', | 215 'SaturatedArithmeticTest.cpp', |
| 215 'StringExtrasTest.cpp', | 216 'StringExtrasTest.cpp', |
| 216 'StringHasherTest.cpp', | 217 'StringHasherTest.cpp', |
| 217 'TemporaryChangeTest.cpp', | 218 'TemporaryChangeTest.cpp', |
| 218 'TreeNodeTest.cpp', | 219 'TreeNodeTest.cpp', |
| 219 'TypeTraitsTest.cpp', | 220 'TypeTraitsTest.cpp', |
| 220 'VectorTest.cpp', | 221 'VectorTest.cpp', |
| 221 'dtoa_test.cpp', | 222 'dtoa_test.cpp', |
| 222 'text/AtomicStringTest.cpp', | 223 'text/AtomicStringTest.cpp', |
| 223 'text/CStringTest.cpp', | 224 'text/CStringTest.cpp', |
| 224 'text/StringBufferTest.cpp', | 225 'text/StringBufferTest.cpp', |
| 225 'text/StringBuilderTest.cpp', | 226 'text/StringBuilderTest.cpp', |
| 226 'text/StringImplTest.cpp', | 227 'text/StringImplTest.cpp', |
| 227 'text/StringOperatorsTest.cpp', | 228 'text/StringOperatorsTest.cpp', |
| 228 'text/TextCodecReplacementTest.cpp', | 229 'text/TextCodecReplacementTest.cpp', |
| 229 'text/TextCodecUTF8Test.cpp', | 230 'text/TextCodecUTF8Test.cpp', |
| 230 'text/WTFStringTest.cpp', | 231 'text/WTFStringTest.cpp', |
| 231 ], | 232 ], |
| 232 }, | 233 }, |
| 233 } | 234 } |
| OLD | NEW |