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 16 matching lines...) Expand all Loading... |
120 'ThreadingWin.cpp', | 122 'ThreadingWin.cpp', |
121 'TreeNode.h', | 123 'TreeNode.h', |
122 'TypeTraits.cpp', | 124 'TypeTraits.cpp', |
123 'TypeTraits.h', | 125 'TypeTraits.h', |
124 'TypedArrayBase.h', | 126 'TypedArrayBase.h', |
125 'Uint16Array.h', | 127 'Uint16Array.h', |
126 'Uint32Array.h', | 128 'Uint32Array.h', |
127 'Uint8Array.h', | 129 'Uint8Array.h', |
128 'Vector.h', | 130 'Vector.h', |
129 'VectorTraits.h', | 131 'VectorTraits.h', |
130 'WTF.cpp', | |
131 'WTF.h', | |
132 'WTFExport.h', | 132 'WTFExport.h', |
133 'WTFThreadData.cpp', | 133 'WTFThreadData.cpp', |
134 'WTFThreadData.h', | 134 'WTFThreadData.h', |
135 'WeakPtr.h', | 135 'WeakPtr.h', |
136 'asm/SaturatedArithmeticARM.h', | 136 'asm/SaturatedArithmeticARM.h', |
137 'dtoa.cpp', | 137 'dtoa.cpp', |
138 'dtoa.h', | 138 'dtoa.h', |
139 'dtoa/bignum-dtoa.cc', | 139 'dtoa/bignum-dtoa.cc', |
140 'dtoa/bignum-dtoa.h', | 140 'dtoa/bignum-dtoa.h', |
141 'dtoa/bignum.cc', | 141 'dtoa/bignum.cc', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'text/TextCodecUTF8Test.cpp', | 233 'text/TextCodecUTF8Test.cpp', |
234 'text/WTFStringTest.cpp', | 234 'text/WTFStringTest.cpp', |
235 ], | 235 ], |
236 'wtf_unittest_helper_files': [ | 236 'wtf_unittest_helper_files': [ |
237 'testing/WTFTestHelpers.cpp', | 237 'testing/WTFTestHelpers.cpp', |
238 'testing/WTFTestHelpers.h', | 238 'testing/WTFTestHelpers.h', |
239 'testing/WTFUnitTestHelpersExport.h', | 239 'testing/WTFUnitTestHelpersExport.h', |
240 ], | 240 ], |
241 }, | 241 }, |
242 } | 242 } |
OLD | NEW |