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.h', | 5 'ASCIICType.h', |
6 'Alignment.h', | 6 'Alignment.h', |
7 'ArrayBuffer.cpp', | 7 'ArrayBuffer.cpp', |
8 'ArrayBuffer.h', | 8 'ArrayBuffer.h', |
9 'ArrayBufferBuilder.cpp', | 9 'ArrayBufferBuilder.cpp', |
10 'ArrayBufferBuilder.h', | 10 'ArrayBufferBuilder.h', |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 'text/StringImplMac.mm', | 181 'text/StringImplMac.mm', |
182 'text/StringMac.mm', | 182 'text/StringMac.mm', |
183 'text/StringOperators.h', | 183 'text/StringOperators.h', |
184 'text/StringStatics.cpp', | 184 'text/StringStatics.cpp', |
185 'text/StringUTF8Adaptor.h', | 185 'text/StringUTF8Adaptor.h', |
186 'text/StringView.h', | 186 'text/StringView.h', |
187 'text/TextCodec.cpp', | 187 'text/TextCodec.cpp', |
188 'text/TextCodecASCIIFastPath.h', | 188 'text/TextCodecASCIIFastPath.h', |
189 'text/TextCodecICU.cpp', | 189 'text/TextCodecICU.cpp', |
190 'text/TextCodecLatin1.cpp', | 190 'text/TextCodecLatin1.cpp', |
| 191 'text/TextCodecReplacement.cpp', |
| 192 'text/TextCodecReplacement.h', |
191 'text/TextCodecUTF16.cpp', | 193 'text/TextCodecUTF16.cpp', |
192 'text/TextCodecUTF8.cpp', | 194 'text/TextCodecUTF8.cpp', |
193 'text/TextCodecUTF8.h', | 195 'text/TextCodecUTF8.h', |
194 'text/TextCodecUserDefined.cpp', | 196 'text/TextCodecUserDefined.cpp', |
195 'text/TextEncoding.cpp', | 197 'text/TextEncoding.cpp', |
196 'text/TextEncodingRegistry.cpp', | 198 'text/TextEncodingRegistry.cpp', |
197 'text/TextPosition.cpp', | 199 'text/TextPosition.cpp', |
198 'text/TextPosition.h', | 200 'text/TextPosition.h', |
199 'text/WTFString.cpp', | 201 'text/WTFString.cpp', |
200 'text/WTFString.h', | 202 'text/WTFString.h', |
(...skipping 20 matching lines...) Expand all Loading... |
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 'testing/WTFTestHelpersTest.cpp', | 227 'testing/WTFTestHelpersTest.cpp', |
226 'text/AtomicStringTest.cpp', | 228 'text/AtomicStringTest.cpp', |
227 'text/CStringTest.cpp', | 229 'text/CStringTest.cpp', |
228 'text/StringBuilderTest.cpp', | 230 'text/StringBuilderTest.cpp', |
229 'text/StringImplTest.cpp', | 231 'text/StringImplTest.cpp', |
230 'text/StringOperatorsTest.cpp', | 232 'text/StringOperatorsTest.cpp', |
| 233 'text/TextCodecReplacementTest.cpp', |
231 'text/TextCodecUTF8Test.cpp', | 234 'text/TextCodecUTF8Test.cpp', |
232 'text/WTFStringTest.cpp', | 235 'text/WTFStringTest.cpp', |
233 ], | 236 ], |
234 'wtf_unittest_helper_files': [ | 237 'wtf_unittest_helper_files': [ |
235 'testing/WTFTestHelpers.cpp', | 238 'testing/WTFTestHelpers.cpp', |
236 'testing/WTFTestHelpers.h', | 239 'testing/WTFTestHelpers.h', |
237 'testing/WTFUnitTestHelpersExport.h', | 240 'testing/WTFUnitTestHelpersExport.h', |
238 ], | 241 ], |
239 }, | 242 }, |
240 } | 243 } |
OLD | NEW |