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