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 'Alignment.h', | 8 'Alignment.h', |
9 'Allocator.h', | 9 'Allocator.h', |
10 'Assertions.cpp', | 10 'Assertions.cpp', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 'text/StringHash.h', | 148 'text/StringHash.h', |
149 'text/StringImpl.cpp', | 149 'text/StringImpl.cpp', |
150 'text/StringImpl.h', | 150 'text/StringImpl.h', |
151 'text/StringImplCF.cpp', | 151 'text/StringImplCF.cpp', |
152 'text/StringImplMac.mm', | 152 'text/StringImplMac.mm', |
153 'text/StringMac.mm', | 153 'text/StringMac.mm', |
154 'text/StringOperators.h', | 154 'text/StringOperators.h', |
155 'text/StringStatics.cpp', | 155 'text/StringStatics.cpp', |
156 'text/StringUTF8Adaptor.h', | 156 'text/StringUTF8Adaptor.h', |
157 'text/StringView.h', | 157 'text/StringView.h', |
| 158 'text/StringView.cpp', |
158 'text/TextCodec.h', | 159 'text/TextCodec.h', |
159 'text/TextCodec.cpp', | 160 'text/TextCodec.cpp', |
160 'text/TextCodecASCIIFastPath.h', | 161 'text/TextCodecASCIIFastPath.h', |
161 'text/TextCodecICU.cpp', | 162 'text/TextCodecICU.cpp', |
162 'text/TextCodecLatin1.cpp', | 163 'text/TextCodecLatin1.cpp', |
163 'text/TextCodecReplacement.cpp', | 164 'text/TextCodecReplacement.cpp', |
164 'text/TextCodecReplacement.h', | 165 'text/TextCodecReplacement.h', |
165 'text/TextCodecUTF16.cpp', | 166 'text/TextCodecUTF16.cpp', |
166 'text/TextCodecUTF8.cpp', | 167 'text/TextCodecUTF8.cpp', |
167 'text/TextCodecUTF8.h', | 168 'text/TextCodecUTF8.h', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 'TypeTraitsTest.cpp', | 218 'TypeTraitsTest.cpp', |
218 'VectorTest.cpp', | 219 'VectorTest.cpp', |
219 'allocator/PartitionAllocTest.cpp', | 220 'allocator/PartitionAllocTest.cpp', |
220 'dtoa_test.cpp', | 221 'dtoa_test.cpp', |
221 'text/AtomicStringTest.cpp', | 222 'text/AtomicStringTest.cpp', |
222 'text/CStringTest.cpp', | 223 'text/CStringTest.cpp', |
223 'text/StringBufferTest.cpp', | 224 'text/StringBufferTest.cpp', |
224 'text/StringBuilderTest.cpp', | 225 'text/StringBuilderTest.cpp', |
225 'text/StringImplTest.cpp', | 226 'text/StringImplTest.cpp', |
226 'text/StringOperatorsTest.cpp', | 227 'text/StringOperatorsTest.cpp', |
| 228 'text/StringViewTest.cpp', |
227 'text/TextCodecTest.cpp', | 229 'text/TextCodecTest.cpp', |
228 'text/TextCodecReplacementTest.cpp', | 230 'text/TextCodecReplacementTest.cpp', |
229 'text/TextCodecUTF8Test.cpp', | 231 'text/TextCodecUTF8Test.cpp', |
230 'text/WTFStringTest.cpp', | 232 'text/WTFStringTest.cpp', |
231 'typed_arrays/ArrayBufferBuilderTest.cpp', | 233 'typed_arrays/ArrayBufferBuilderTest.cpp', |
232 ], | 234 ], |
233 }, | 235 }, |
234 } | 236 } |
OLD | NEW |