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 'RefPtr.h', | 96 'RefPtr.h', |
96 'RetainPtr.h', | 97 'RetainPtr.h', |
97 'SaturatedArithmetic.h', | 98 'SaturatedArithmetic.h', |
98 'SizeLimits.cpp', | 99 'SizeLimits.cpp', |
99 'SpinLock.cpp', | 100 'SpinLock.cpp', |
100 'SpinLock.h', | 101 'SpinLock.h', |
101 'StaticConstructors.h', | 102 'StaticConstructors.h', |
102 'StdLibExtras.h', | 103 'StdLibExtras.h', |
103 'StringExtras.h', | 104 'StringExtras.h', |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 'text/StringBufferTest.cpp', | 223 'text/StringBufferTest.cpp', |
223 'text/StringBuilderTest.cpp', | 224 'text/StringBuilderTest.cpp', |
224 'text/StringImplTest.cpp', | 225 'text/StringImplTest.cpp', |
225 'text/StringOperatorsTest.cpp', | 226 'text/StringOperatorsTest.cpp', |
226 'text/TextCodecReplacementTest.cpp', | 227 'text/TextCodecReplacementTest.cpp', |
227 'text/TextCodecUTF8Test.cpp', | 228 'text/TextCodecUTF8Test.cpp', |
228 'text/WTFStringTest.cpp', | 229 'text/WTFStringTest.cpp', |
229 ], | 230 ], |
230 }, | 231 }, |
231 } | 232 } |
OLD | NEW |