| 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 'AddressSpaceRandomization.cpp', | 6 'AddressSpaceRandomization.cpp', |
| 7 'AddressSpaceRandomization.h', | 7 'AddressSpaceRandomization.h', |
| 8 'Alignment.h', | 8 'Alignment.h', |
| 9 'ArrayBuffer.cpp', | 9 'ArrayBuffer.cpp', |
| 10 'ArrayBuffer.h', | 10 'ArrayBuffer.h', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'text/AtomicStringHash.h', | 166 'text/AtomicStringHash.h', |
| 167 'text/Base64.cpp', | 167 'text/Base64.cpp', |
| 168 'text/Base64.h', | 168 'text/Base64.h', |
| 169 'text/CString.cpp', | 169 'text/CString.cpp', |
| 170 'text/CString.h', | 170 'text/CString.h', |
| 171 'text/IntegerToStringConversion.h', | 171 'text/IntegerToStringConversion.h', |
| 172 'text/StringBuffer.h', | 172 'text/StringBuffer.h', |
| 173 'text/StringBuilder.cpp', | 173 'text/StringBuilder.cpp', |
| 174 'text/StringBuilder.h', | 174 'text/StringBuilder.h', |
| 175 'text/StringCF.cpp', | 175 'text/StringCF.cpp', |
| 176 'text/StringConcatenate.cpp', |
| 176 'text/StringConcatenate.h', | 177 'text/StringConcatenate.h', |
| 177 'text/StringHash.h', | 178 'text/StringHash.h', |
| 178 'text/StringImpl.cpp', | 179 'text/StringImpl.cpp', |
| 179 'text/StringImpl.h', | 180 'text/StringImpl.h', |
| 180 'text/StringImplCF.cpp', | 181 'text/StringImplCF.cpp', |
| 181 'text/StringImplMac.mm', | 182 'text/StringImplMac.mm', |
| 182 'text/StringMac.mm', | 183 'text/StringMac.mm', |
| 183 'text/StringOperators.h', | 184 'text/StringOperators.h', |
| 184 'text/StringStatics.cpp', | 185 'text/StringStatics.cpp', |
| 185 'text/StringUTF8Adaptor.h', | 186 'text/StringUTF8Adaptor.h', |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'text/TextCodecUTF8Test.cpp', | 238 'text/TextCodecUTF8Test.cpp', |
| 238 'text/WTFStringTest.cpp', | 239 'text/WTFStringTest.cpp', |
| 239 ], | 240 ], |
| 240 'wtf_unittest_helper_files': [ | 241 'wtf_unittest_helper_files': [ |
| 241 'testing/WTFTestHelpers.cpp', | 242 'testing/WTFTestHelpers.cpp', |
| 242 'testing/WTFTestHelpers.h', | 243 'testing/WTFTestHelpers.h', |
| 243 'testing/WTFUnitTestHelpersExport.h', | 244 'testing/WTFUnitTestHelpersExport.h', |
| 244 ], | 245 ], |
| 245 }, | 246 }, |
| 246 } | 247 } |
| OLD | NEW |