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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 'text/AtomicString.cpp', | 157 'text/AtomicString.cpp', |
158 'text/AtomicString.h', | 158 'text/AtomicString.h', |
159 'text/AtomicStringCF.cpp', | 159 'text/AtomicStringCF.cpp', |
160 'text/AtomicStringHash.h', | 160 'text/AtomicStringHash.h', |
161 'text/Base64.cpp', | 161 'text/Base64.cpp', |
162 'text/Base64.h', | 162 'text/Base64.h', |
163 'text/CString.cpp', | 163 'text/CString.cpp', |
164 'text/CString.h', | 164 'text/CString.h', |
165 'text/CharacterNames.h', | 165 'text/CharacterNames.h', |
166 'text/Collator.h', | 166 'text/Collator.h', |
| 167 'text/CompressibleString.cpp', |
| 168 'text/CompressibleString.h', |
167 'text/IntegerToStringConversion.h', | 169 'text/IntegerToStringConversion.h', |
168 'text/StringBuffer.h', | 170 'text/StringBuffer.h', |
169 'text/StringBuilder.cpp', | 171 'text/StringBuilder.cpp', |
170 'text/StringBuilder.h', | 172 'text/StringBuilder.h', |
171 'text/StringConcatenate.cpp', | 173 'text/StringConcatenate.cpp', |
172 'text/StringConcatenate.h', | 174 'text/StringConcatenate.h', |
173 'text/StringHash.h', | 175 'text/StringHash.h', |
174 'text/StringImpl.cpp', | 176 'text/StringImpl.cpp', |
175 'text/StringImpl.h', | 177 'text/StringImpl.h', |
176 'text/StringImplCF.cpp', | 178 'text/StringImplCF.cpp', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'SaturatedArithmeticTest.cpp', | 221 'SaturatedArithmeticTest.cpp', |
220 'StringExtrasTest.cpp', | 222 'StringExtrasTest.cpp', |
221 'StringHasherTest.cpp', | 223 'StringHasherTest.cpp', |
222 'TemporaryChangeTest.cpp', | 224 'TemporaryChangeTest.cpp', |
223 'TreeNodeTest.cpp', | 225 'TreeNodeTest.cpp', |
224 'VectorTest.cpp', | 226 'VectorTest.cpp', |
225 'dtoa_test.cpp', | 227 'dtoa_test.cpp', |
226 'testing/WTFTestPrintersTest.cpp', | 228 'testing/WTFTestPrintersTest.cpp', |
227 'text/AtomicStringTest.cpp', | 229 'text/AtomicStringTest.cpp', |
228 'text/CStringTest.cpp', | 230 'text/CStringTest.cpp', |
| 231 'text/CompressibleStringTest.cpp', |
229 'text/StringBufferTest.cpp', | 232 'text/StringBufferTest.cpp', |
230 'text/StringBuilderTest.cpp', | 233 'text/StringBuilderTest.cpp', |
231 'text/StringImplTest.cpp', | 234 'text/StringImplTest.cpp', |
232 'text/StringOperatorsTest.cpp', | 235 'text/StringOperatorsTest.cpp', |
233 'text/TextCodecReplacementTest.cpp', | 236 'text/TextCodecReplacementTest.cpp', |
234 'text/TextCodecUTF8Test.cpp', | 237 'text/TextCodecUTF8Test.cpp', |
235 'text/WTFStringTest.cpp', | 238 'text/WTFStringTest.cpp', |
236 ], | 239 ], |
237 'wtf_unittest_helper_files': [ | 240 'wtf_unittest_helper_files': [ |
238 'testing/WTFTestPrinters.cpp', | 241 'testing/WTFTestPrinters.cpp', |
239 ], | 242 ], |
240 }, | 243 }, |
241 } | 244 } |
OLD | NEW |