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