| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 'text/StringConcatenate.cpp', | 146 'text/StringConcatenate.cpp', |
| 147 'text/StringConcatenate.h', | 147 'text/StringConcatenate.h', |
| 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/StringToNumber.cpp', |
| 157 'text/StringToNumber.h', |
| 156 'text/StringUTF8Adaptor.h', | 158 'text/StringUTF8Adaptor.h', |
| 157 'text/StringView.h', | 159 'text/StringView.h', |
| 158 'text/StringView.cpp', | 160 'text/StringView.cpp', |
| 159 'text/TextCodec.h', | 161 'text/TextCodec.h', |
| 160 'text/TextCodec.cpp', | 162 'text/TextCodec.cpp', |
| 161 'text/TextCodecASCIIFastPath.h', | 163 'text/TextCodecASCIIFastPath.h', |
| 162 'text/TextCodecICU.cpp', | 164 'text/TextCodecICU.cpp', |
| 163 'text/TextCodecLatin1.cpp', | 165 'text/TextCodecLatin1.cpp', |
| 164 'text/TextCodecReplacement.cpp', | 166 'text/TextCodecReplacement.cpp', |
| 165 'text/TextCodecReplacement.h', | 167 'text/TextCodecReplacement.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 'text/StringOperatorsTest.cpp', | 229 'text/StringOperatorsTest.cpp', |
| 228 'text/StringViewTest.cpp', | 230 'text/StringViewTest.cpp', |
| 229 'text/TextCodecTest.cpp', | 231 'text/TextCodecTest.cpp', |
| 230 'text/TextCodecReplacementTest.cpp', | 232 'text/TextCodecReplacementTest.cpp', |
| 231 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
| 232 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
| 233 'typed_arrays/ArrayBufferBuilderTest.cpp', | 235 'typed_arrays/ArrayBufferBuilderTest.cpp', |
| 234 ], | 236 ], |
| 235 }, | 237 }, |
| 236 } | 238 } |
| OLD | NEW |