| 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 'AddressSanitizer.h', | 6 'AddressSanitizer.h', |
| 7 'AddressSpaceRandomization.cpp', | 7 'AddressSpaceRandomization.cpp', |
| 8 'AddressSpaceRandomization.h', | 8 'AddressSpaceRandomization.h', |
| 9 'Alignment.h', | 9 'Alignment.h', |
| 10 'ArrayBuffer.cpp', | 10 'ArrayBuffer.cpp', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 'unicode/CharacterNames.h', | 204 'unicode/CharacterNames.h', |
| 205 'unicode/Collator.h', | 205 'unicode/Collator.h', |
| 206 'unicode/UTF8.cpp', | 206 'unicode/UTF8.cpp', |
| 207 'unicode/UTF8.h', | 207 'unicode/UTF8.h', |
| 208 'unicode/Unicode.h', | 208 'unicode/Unicode.h', |
| 209 'unicode/icu/CollatorICU.cpp', | 209 'unicode/icu/CollatorICU.cpp', |
| 210 'unicode/icu/UnicodeIcu.h', | 210 'unicode/icu/UnicodeIcu.h', |
| 211 ], | 211 ], |
| 212 'wtf_unittest_files': [ | 212 'wtf_unittest_files': [ |
| 213 'ArrayBufferBuilderTest.cpp', | 213 'ArrayBufferBuilderTest.cpp', |
| 214 'ASCIICTypeTest.cpp', |
| 214 'CheckedArithmeticTest.cpp', | 215 'CheckedArithmeticTest.cpp', |
| 215 'DequeTest.cpp', | 216 'DequeTest.cpp', |
| 216 'DoubleBufferedDequeTest.cpp', | 217 'DoubleBufferedDequeTest.cpp', |
| 217 'FunctionalTest.cpp', | 218 'FunctionalTest.cpp', |
| 218 'HashMapTest.cpp', | 219 'HashMapTest.cpp', |
| 219 'HashSetTest.cpp', | 220 'HashSetTest.cpp', |
| 220 'ListHashSetTest.cpp', | 221 'ListHashSetTest.cpp', |
| 221 'MathExtrasTest.cpp', | 222 'MathExtrasTest.cpp', |
| 222 'OptionalTest.cpp', | 223 'OptionalTest.cpp', |
| 223 'PartitionAllocTest.cpp', | 224 'PartitionAllocTest.cpp', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 239 'text/TextCodecUTF8Test.cpp', | 240 'text/TextCodecUTF8Test.cpp', |
| 240 'text/WTFStringTest.cpp', | 241 'text/WTFStringTest.cpp', |
| 241 ], | 242 ], |
| 242 'wtf_unittest_helper_files': [ | 243 'wtf_unittest_helper_files': [ |
| 243 'testing/WTFTestHelpers.cpp', | 244 'testing/WTFTestHelpers.cpp', |
| 244 'testing/WTFTestHelpers.h', | 245 'testing/WTFTestHelpers.h', |
| 245 'testing/WTFUnitTestHelpersExport.h', | 246 'testing/WTFUnitTestHelpersExport.h', |
| 246 ], | 247 ], |
| 247 }, | 248 }, |
| 248 } | 249 } |
| OLD | NEW |