| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 'text/AtomicStringHash.h', | 133 'text/AtomicStringHash.h', |
| 134 'text/AtomicStringTable.cpp', | 134 'text/AtomicStringTable.cpp', |
| 135 'text/AtomicStringTable.h', | 135 'text/AtomicStringTable.h', |
| 136 'text/Base64.cpp', | 136 'text/Base64.cpp', |
| 137 'text/Base64.h', | 137 'text/Base64.h', |
| 138 'text/CString.cpp', | 138 'text/CString.cpp', |
| 139 'text/CString.h', | 139 'text/CString.h', |
| 140 'text/CharacterNames.h', | 140 'text/CharacterNames.h', |
| 141 'text/Collator.h', | 141 'text/Collator.h', |
| 142 'text/IntegerToStringConversion.h', | 142 'text/IntegerToStringConversion.h', |
| 143 'text/ParsingUtilities.h', |
| 143 'text/StringBuffer.h', | 144 'text/StringBuffer.h', |
| 144 'text/StringBuilder.cpp', | 145 'text/StringBuilder.cpp', |
| 145 'text/StringBuilder.h', | 146 'text/StringBuilder.h', |
| 146 'text/StringConcatenate.cpp', | 147 'text/StringConcatenate.cpp', |
| 147 'text/StringConcatenate.h', | 148 'text/StringConcatenate.h', |
| 148 'text/StringHash.h', | 149 'text/StringHash.h', |
| 149 'text/StringImpl.cpp', | 150 'text/StringImpl.cpp', |
| 150 'text/StringImpl.h', | 151 'text/StringImpl.h', |
| 151 'text/StringImplCF.cpp', | 152 'text/StringImplCF.cpp', |
| 152 'text/StringImplMac.mm', | 153 'text/StringImplMac.mm', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'text/StringOperatorsTest.cpp', | 229 'text/StringOperatorsTest.cpp', |
| 229 'text/StringViewTest.cpp', | 230 'text/StringViewTest.cpp', |
| 230 'text/TextCodecTest.cpp', | 231 'text/TextCodecTest.cpp', |
| 231 'text/TextCodecReplacementTest.cpp', | 232 'text/TextCodecReplacementTest.cpp', |
| 232 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
| 233 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
| 234 'typed_arrays/ArrayBufferBuilderTest.cpp', | 235 'typed_arrays/ArrayBufferBuilderTest.cpp', |
| 235 ], | 236 ], |
| 236 }, | 237 }, |
| 237 } | 238 } |
| OLD | NEW |