| 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 'Alignment.h', | 6 'Alignment.h', |
| 7 'ArrayBuffer.cpp', | 7 'ArrayBuffer.cpp', |
| 8 'ArrayBuffer.h', | 8 'ArrayBuffer.h', |
| 9 'ArrayBufferBuilder.cpp', | 9 'ArrayBufferBuilder.cpp', |
| 10 'ArrayBufferBuilder.h', | 10 'ArrayBufferBuilder.h', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 'CryptographicallyRandomNumber.cpp', | 30 'CryptographicallyRandomNumber.cpp', |
| 31 'CryptographicallyRandomNumber.h', | 31 'CryptographicallyRandomNumber.h', |
| 32 'CurrentTime.cpp', | 32 'CurrentTime.cpp', |
| 33 'CurrentTime.h', | 33 'CurrentTime.h', |
| 34 'DataLog.cpp', | 34 'DataLog.cpp', |
| 35 'DataLog.h', | 35 'DataLog.h', |
| 36 'DateMath.cpp', | 36 'DateMath.cpp', |
| 37 'DateMath.h', | 37 'DateMath.h', |
| 38 'DecimalNumber.cpp', | 38 'DecimalNumber.cpp', |
| 39 'DecimalNumber.h', | 39 'DecimalNumber.h', |
| 40 'DefaultAllocator.cpp', |
| 40 'DefaultAllocator.h', | 41 'DefaultAllocator.h', |
| 41 'Deque.h', | 42 'Deque.h', |
| 42 'DoublyLinkedList.h', | 43 'DoublyLinkedList.h', |
| 43 'DynamicAnnotations.cpp', | 44 'DynamicAnnotations.cpp', |
| 44 'DynamicAnnotations.h', | 45 'DynamicAnnotations.h', |
| 45 'FastAllocBase.h', | 46 'FastAllocBase.h', |
| 46 'FastMalloc.cpp', | 47 'FastMalloc.cpp', |
| 47 'FastMalloc.h', | 48 'FastMalloc.h', |
| 48 'FilePrintStream.cpp', | 49 'FilePrintStream.cpp', |
| 49 'FilePrintStream.h', | 50 'FilePrintStream.h', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'text/TextCodecUTF8Test.cpp', | 229 'text/TextCodecUTF8Test.cpp', |
| 229 'text/WTFStringTest.cpp', | 230 'text/WTFStringTest.cpp', |
| 230 ], | 231 ], |
| 231 'wtf_unittest_helper_files': [ | 232 'wtf_unittest_helper_files': [ |
| 232 'testing/WTFTestHelpers.cpp', | 233 'testing/WTFTestHelpers.cpp', |
| 233 'testing/WTFTestHelpers.h', | 234 'testing/WTFTestHelpers.h', |
| 234 'testing/WTFUnitTestHelpersExport.h', | 235 'testing/WTFUnitTestHelpersExport.h', |
| 235 ], | 236 ], |
| 236 }, | 237 }, |
| 237 } | 238 } |
| OLD | NEW |