| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'text/StringImplMac.mm', | 178 'text/StringImplMac.mm', |
| 179 'text/StringMac.mm', | 179 'text/StringMac.mm', |
| 180 'text/StringOperators.h', | 180 'text/StringOperators.h', |
| 181 'text/StringStatics.cpp', | 181 'text/StringStatics.cpp', |
| 182 'text/StringUTF8Adaptor.h', | 182 'text/StringUTF8Adaptor.h', |
| 183 'text/StringView.h', | 183 'text/StringView.h', |
| 184 'text/TextCodec.cpp', | 184 'text/TextCodec.cpp', |
| 185 'text/TextCodecASCIIFastPath.h', | 185 'text/TextCodecASCIIFastPath.h', |
| 186 'text/TextCodecICU.cpp', | 186 'text/TextCodecICU.cpp', |
| 187 'text/TextCodecLatin1.cpp', | 187 'text/TextCodecLatin1.cpp', |
| 188 'text/TextCodecReplacement.cpp', |
| 189 'text/TextCodecReplacement.h', |
| 188 'text/TextCodecUTF16.cpp', | 190 'text/TextCodecUTF16.cpp', |
| 189 'text/TextCodecUTF8.cpp', | 191 'text/TextCodecUTF8.cpp', |
| 190 'text/TextCodecUTF8.h', | 192 'text/TextCodecUTF8.h', |
| 191 'text/TextCodecUserDefined.cpp', | 193 'text/TextCodecUserDefined.cpp', |
| 192 'text/TextEncoding.cpp', | 194 'text/TextEncoding.cpp', |
| 193 'text/TextEncodingRegistry.cpp', | 195 'text/TextEncodingRegistry.cpp', |
| 194 'text/TextPosition.cpp', | 196 'text/TextPosition.cpp', |
| 195 'text/TextPosition.h', | 197 'text/TextPosition.h', |
| 196 'text/WTFString.cpp', | 198 'text/WTFString.cpp', |
| 197 'text/WTFString.h', | 199 'text/WTFString.h', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 228 'text/TextCodecUTF8Test.cpp', | 230 'text/TextCodecUTF8Test.cpp', |
| 229 'text/WTFStringTest.cpp', | 231 'text/WTFStringTest.cpp', |
| 230 ], | 232 ], |
| 231 'wtf_unittest_helper_files': [ | 233 'wtf_unittest_helper_files': [ |
| 232 'testing/WTFTestHelpers.cpp', | 234 'testing/WTFTestHelpers.cpp', |
| 233 'testing/WTFTestHelpers.h', | 235 'testing/WTFTestHelpers.h', |
| 234 'testing/WTFUnitTestHelpersExport.h', | 236 'testing/WTFUnitTestHelpersExport.h', |
| 235 ], | 237 ], |
| 236 }, | 238 }, |
| 237 } | 239 } |
| OLD | NEW |