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 'Alias.cpp', | 10 'Alias.cpp', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'text/AtomicString.cpp', | 164 'text/AtomicString.cpp', |
165 'text/AtomicString.h', | 165 'text/AtomicString.h', |
166 'text/AtomicStringCF.cpp', | 166 'text/AtomicStringCF.cpp', |
167 'text/AtomicStringHash.h', | 167 'text/AtomicStringHash.h', |
168 'text/Base64.cpp', | 168 'text/Base64.cpp', |
169 'text/Base64.h', | 169 'text/Base64.h', |
170 'text/CString.cpp', | 170 'text/CString.cpp', |
171 'text/CString.h', | 171 'text/CString.h', |
172 'text/CharacterNames.h', | 172 'text/CharacterNames.h', |
173 'text/Collator.h', | 173 'text/Collator.h', |
| 174 'text/CompressableString.cpp', |
| 175 'text/CompressableString.h', |
174 'text/IntegerToStringConversion.h', | 176 'text/IntegerToStringConversion.h', |
175 'text/StringBuffer.h', | 177 'text/StringBuffer.h', |
176 'text/StringBuilder.cpp', | 178 'text/StringBuilder.cpp', |
177 'text/StringBuilder.h', | 179 'text/StringBuilder.h', |
178 'text/StringCF.cpp', | 180 'text/StringCF.cpp', |
179 'text/StringConcatenate.cpp', | 181 'text/StringConcatenate.cpp', |
180 'text/StringConcatenate.h', | 182 'text/StringConcatenate.h', |
181 'text/StringHash.h', | 183 'text/StringHash.h', |
182 'text/StringImpl.cpp', | 184 'text/StringImpl.cpp', |
183 'text/StringImpl.h', | 185 'text/StringImpl.h', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
239 'text/StringOperatorsTest.cpp', | 241 'text/StringOperatorsTest.cpp', |
240 'text/TextCodecReplacementTest.cpp', | 242 'text/TextCodecReplacementTest.cpp', |
241 'text/TextCodecUTF8Test.cpp', | 243 'text/TextCodecUTF8Test.cpp', |
242 'text/WTFStringTest.cpp', | 244 'text/WTFStringTest.cpp', |
243 ], | 245 ], |
244 'wtf_unittest_helper_files': [ | 246 'wtf_unittest_helper_files': [ |
245 'testing/WTFTestPrinters.cpp', | 247 'testing/WTFTestPrinters.cpp', |
246 ], | 248 ], |
247 }, | 249 }, |
248 } | 250 } |
OLD | NEW |