| 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 26 matching lines...) Expand all Loading... |
| 37 'CryptographicallyRandomNumber.h', | 37 'CryptographicallyRandomNumber.h', |
| 38 'CurrentTime.cpp', | 38 'CurrentTime.cpp', |
| 39 'CurrentTime.h', | 39 'CurrentTime.h', |
| 40 'DataLog.cpp', | 40 'DataLog.cpp', |
| 41 'DataLog.h', | 41 'DataLog.h', |
| 42 'DateMath.cpp', | 42 'DateMath.cpp', |
| 43 'DateMath.h', | 43 'DateMath.h', |
| 44 'DefaultAllocator.cpp', | 44 'DefaultAllocator.cpp', |
| 45 'DefaultAllocator.h', | 45 'DefaultAllocator.h', |
| 46 'Deque.h', | 46 'Deque.h', |
| 47 'DoubleBufferedDeque.h', | |
| 48 'DoublyLinkedList.h', | 47 'DoublyLinkedList.h', |
| 49 'DynamicAnnotations.cpp', | 48 'DynamicAnnotations.cpp', |
| 50 'DynamicAnnotations.h', | 49 'DynamicAnnotations.h', |
| 51 'FastAllocBase.h', | 50 'FastAllocBase.h', |
| 52 'FastMalloc.cpp', | 51 'FastMalloc.cpp', |
| 53 'FastMalloc.h', | 52 'FastMalloc.h', |
| 54 'FilePrintStream.cpp', | 53 'FilePrintStream.cpp', |
| 55 'FilePrintStream.h', | 54 'FilePrintStream.h', |
| 56 'Float32Array.h', | 55 'Float32Array.h', |
| 57 'Float64Array.h', | 56 'Float64Array.h', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 'unicode/UTF8.h', | 206 'unicode/UTF8.h', |
| 208 'unicode/Unicode.h', | 207 'unicode/Unicode.h', |
| 209 'unicode/icu/CollatorICU.cpp', | 208 'unicode/icu/CollatorICU.cpp', |
| 210 'unicode/icu/UnicodeIcu.h', | 209 'unicode/icu/UnicodeIcu.h', |
| 211 ], | 210 ], |
| 212 'wtf_unittest_files': [ | 211 'wtf_unittest_files': [ |
| 213 'ArrayBufferBuilderTest.cpp', | 212 'ArrayBufferBuilderTest.cpp', |
| 214 'ASCIICTypeTest.cpp', | 213 'ASCIICTypeTest.cpp', |
| 215 'CheckedArithmeticTest.cpp', | 214 'CheckedArithmeticTest.cpp', |
| 216 'DequeTest.cpp', | 215 'DequeTest.cpp', |
| 217 'DoubleBufferedDequeTest.cpp', | |
| 218 'FunctionalTest.cpp', | 216 'FunctionalTest.cpp', |
| 219 'HashMapTest.cpp', | 217 'HashMapTest.cpp', |
| 220 'HashSetTest.cpp', | 218 'HashSetTest.cpp', |
| 221 'ListHashSetTest.cpp', | 219 'ListHashSetTest.cpp', |
| 222 'MathExtrasTest.cpp', | 220 'MathExtrasTest.cpp', |
| 223 'OptionalTest.cpp', | 221 'OptionalTest.cpp', |
| 224 'PartitionAllocTest.cpp', | 222 'PartitionAllocTest.cpp', |
| 225 'RefPtrTest.cpp', | 223 'RefPtrTest.cpp', |
| 226 'SaturatedArithmeticTest.cpp', | 224 'SaturatedArithmeticTest.cpp', |
| 227 'StringExtrasTest.cpp', | 225 'StringExtrasTest.cpp', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 240 'text/TextCodecUTF8Test.cpp', | 238 'text/TextCodecUTF8Test.cpp', |
| 241 'text/WTFStringTest.cpp', | 239 'text/WTFStringTest.cpp', |
| 242 ], | 240 ], |
| 243 'wtf_unittest_helper_files': [ | 241 'wtf_unittest_helper_files': [ |
| 244 'testing/WTFTestHelpers.cpp', | 242 'testing/WTFTestHelpers.cpp', |
| 245 'testing/WTFTestHelpers.h', | 243 'testing/WTFTestHelpers.h', |
| 246 'testing/WTFUnitTestHelpersExport.h', | 244 'testing/WTFUnitTestHelpersExport.h', |
| 247 ], | 245 ], |
| 248 }, | 246 }, |
| 249 } | 247 } |
| OLD | NEW |