| 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 'CheckedArithmetic.h', | 33 'CheckedNumeric.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 'text/Unicode.h', | 198 'text/Unicode.h', |
| 199 'text/WTFString.cpp', | 199 'text/WTFString.cpp', |
| 200 'text/WTFString.h', | 200 'text/WTFString.h', |
| 201 'text/icu/CollatorICU.cpp', | 201 'text/icu/CollatorICU.cpp', |
| 202 'text/icu/UnicodeIcu.h', | 202 'text/icu/UnicodeIcu.h', |
| 203 ], | 203 ], |
| 204 'wtf_unittest_files': [ | 204 'wtf_unittest_files': [ |
| 205 'ASCIICTypeTest.cpp', | 205 'ASCIICTypeTest.cpp', |
| 206 'ArrayBufferBuilderTest.cpp', | 206 'ArrayBufferBuilderTest.cpp', |
| 207 'AssertionsTest.cpp', | 207 'AssertionsTest.cpp', |
| 208 'CheckedArithmeticTest.cpp', | |
| 209 'DequeTest.cpp', | 208 'DequeTest.cpp', |
| 210 'FunctionalTest.cpp', | 209 'FunctionalTest.cpp', |
| 211 'HashMapTest.cpp', | 210 'HashMapTest.cpp', |
| 212 'HashSetTest.cpp', | 211 'HashSetTest.cpp', |
| 213 'ListHashSetTest.cpp', | 212 'ListHashSetTest.cpp', |
| 214 'MathExtrasTest.cpp', | 213 'MathExtrasTest.cpp', |
| 215 'OptionalTest.cpp', | 214 'OptionalTest.cpp', |
| 216 'PartitionAllocTest.cpp', | 215 'PartitionAllocTest.cpp', |
| 217 'RefPtrTest.cpp', | 216 'RefPtrTest.cpp', |
| 218 'SaturatedArithmeticTest.cpp', | 217 'SaturatedArithmeticTest.cpp', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 232 'text/StringOperatorsTest.cpp', | 231 'text/StringOperatorsTest.cpp', |
| 233 'text/TextCodecReplacementTest.cpp', | 232 'text/TextCodecReplacementTest.cpp', |
| 234 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
| 235 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
| 236 ], | 235 ], |
| 237 'wtf_unittest_helper_files': [ | 236 'wtf_unittest_helper_files': [ |
| 238 'testing/WTFTestPrinters.cpp', | 237 'testing/WTFTestPrinters.cpp', |
| 239 ], | 238 ], |
| 240 }, | 239 }, |
| 241 } | 240 } |
| OLD | NEW |