| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'PartitionAlloc.cpp', | 84 'PartitionAlloc.cpp', |
| 85 'PartitionAlloc.h', | 85 'PartitionAlloc.h', |
| 86 'PartitionAllocator.cpp', | 86 'PartitionAllocator.cpp', |
| 87 'PartitionAllocator.h', | 87 'PartitionAllocator.h', |
| 88 'Partitions.cpp', | 88 'Partitions.cpp', |
| 89 'Partitions.h', | 89 'Partitions.h', |
| 90 'PassOwnPtr.h', | 90 'PassOwnPtr.h', |
| 91 'PassRefPtr.h', | 91 'PassRefPtr.h', |
| 92 'PrintStream.cpp', | 92 'PrintStream.cpp', |
| 93 'PrintStream.h', | 93 'PrintStream.h', |
| 94 'PtrUtil.h', |
| 94 'RefCounted.h', | 95 'RefCounted.h', |
| 95 'RefCountedLeakCounter.cpp', | 96 'RefCountedLeakCounter.cpp', |
| 96 'RefCountedLeakCounter.h', | 97 'RefCountedLeakCounter.h', |
| 97 'RefPtr.h', | 98 'RefPtr.h', |
| 98 'RetainPtr.h', | 99 'RetainPtr.h', |
| 99 'SaturatedArithmetic.h', | 100 'SaturatedArithmetic.h', |
| 100 'SizeLimits.cpp', | 101 'SizeLimits.cpp', |
| 101 'SpinLock.cpp', | 102 'SpinLock.cpp', |
| 102 'SpinLock.h', | 103 'SpinLock.h', |
| 103 'StaticConstructors.h', | 104 'StaticConstructors.h', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |