| 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 84 'NonCopyingSort.h', | 84 'NonCopyingSort.h', |
| 85 'Noncopyable.h', | 85 'Noncopyable.h', |
| 86 'NotFound.h', | 86 'NotFound.h', |
| 87 'NullPtr.h', | 87 'NullPtr.h', |
| 88 'OwnPtr.h', | 88 'OwnPtr.h', |
| 89 'OwnPtrCommon.h', | 89 'OwnPtrCommon.h', |
| 90 'PageAllocator.cpp', | 90 'PageAllocator.cpp', |
| 91 'PageAllocator.h', | 91 'PageAllocator.h', |
| 92 'PartitionAlloc.cpp', | 92 'PartitionAlloc.cpp', |
| 93 'PartitionAlloc.h', | 93 'PartitionAlloc.h', |
| 94 'Partitions.cpp', |
| 95 'Partitions.h', |
| 94 'PassOwnPtr.h', | 96 'PassOwnPtr.h', |
| 95 'PassRefPtr.h', | 97 'PassRefPtr.h', |
| 96 'PassTraits.h', | 98 'PassTraits.h', |
| 97 'PrintStream.cpp', | 99 'PrintStream.cpp', |
| 98 'PrintStream.h', | 100 'PrintStream.h', |
| 99 'ProcessID.h', | 101 'ProcessID.h', |
| 100 'RefCounted.h', | 102 'RefCounted.h', |
| 101 'RefCountedLeakCounter.cpp', | 103 'RefCountedLeakCounter.cpp', |
| 102 'RefCountedLeakCounter.h', | 104 'RefCountedLeakCounter.h', |
| 103 'RefPtr.h', | 105 'RefPtr.h', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'text/TextCodecUTF8Test.cpp', | 235 'text/TextCodecUTF8Test.cpp', |
| 234 'text/WTFStringTest.cpp', | 236 'text/WTFStringTest.cpp', |
| 235 ], | 237 ], |
| 236 'wtf_unittest_helper_files': [ | 238 'wtf_unittest_helper_files': [ |
| 237 'testing/WTFTestHelpers.cpp', | 239 'testing/WTFTestHelpers.cpp', |
| 238 'testing/WTFTestHelpers.h', | 240 'testing/WTFTestHelpers.h', |
| 239 'testing/WTFUnitTestHelpersExport.h', | 241 'testing/WTFUnitTestHelpersExport.h', |
| 240 ], | 242 ], |
| 241 }, | 243 }, |
| 242 } | 244 } |
| OLD | NEW |