| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'ListHashSet.h', | 79 'ListHashSet.h', |
| 80 'Locker.h', | 80 'Locker.h', |
| 81 'MainThread.cpp', | 81 'MainThread.cpp', |
| 82 'MainThread.h', | 82 'MainThread.h', |
| 83 'MathExtras.h', | 83 'MathExtras.h', |
| 84 'MessageQueue.h', | 84 'MessageQueue.h', |
| 85 'NonCopyingSort.h', | 85 'NonCopyingSort.h', |
| 86 'Noncopyable.h', | 86 'Noncopyable.h', |
| 87 'NotFound.h', | 87 'NotFound.h', |
| 88 'NullPtr.h', | 88 'NullPtr.h', |
| 89 'Optional.h', |
| 89 'OwnPtr.h', | 90 'OwnPtr.h', |
| 90 'OwnPtrCommon.h', | 91 'OwnPtrCommon.h', |
| 91 'PageAllocator.cpp', | 92 'PageAllocator.cpp', |
| 92 'PageAllocator.h', | 93 'PageAllocator.h', |
| 93 'PartitionAlloc.cpp', | 94 'PartitionAlloc.cpp', |
| 94 'PartitionAlloc.h', | 95 'PartitionAlloc.h', |
| 95 'Partitions.cpp', | 96 'Partitions.cpp', |
| 96 'Partitions.h', | 97 'Partitions.h', |
| 97 'PassOwnPtr.h', | 98 'PassOwnPtr.h', |
| 98 'PassRefPtr.h', | 99 'PassRefPtr.h', |
| (...skipping 22 matching lines...) Expand all Loading... |
| 121 'ThreadingPrimitives.h', | 122 'ThreadingPrimitives.h', |
| 122 'ThreadingPthreads.cpp', | 123 'ThreadingPthreads.cpp', |
| 123 'ThreadingWin.cpp', | 124 'ThreadingWin.cpp', |
| 124 'TreeNode.h', | 125 'TreeNode.h', |
| 125 'TypeTraits.cpp', | 126 'TypeTraits.cpp', |
| 126 'TypeTraits.h', | 127 'TypeTraits.h', |
| 127 'TypedArrayBase.h', | 128 'TypedArrayBase.h', |
| 128 'Uint16Array.h', | 129 'Uint16Array.h', |
| 129 'Uint32Array.h', | 130 'Uint32Array.h', |
| 130 'Uint8Array.h', | 131 'Uint8Array.h', |
| 132 'Utility.h', |
| 131 'Vector.h', | 133 'Vector.h', |
| 132 'VectorTraits.h', | 134 'VectorTraits.h', |
| 133 'WTF.cpp', | 135 'WTF.cpp', |
| 134 'WTF.h', | 136 'WTF.h', |
| 135 'WTFExport.h', | 137 'WTFExport.h', |
| 136 'WTFThreadData.cpp', | 138 'WTFThreadData.cpp', |
| 137 'WTFThreadData.h', | 139 'WTFThreadData.h', |
| 138 'WeakPtr.h', | 140 'WeakPtr.h', |
| 139 'asm/SaturatedArithmeticARM.h', | 141 'asm/SaturatedArithmeticARM.h', |
| 140 'dtoa.cpp', | 142 'dtoa.cpp', |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 'wtf_unittest_files': [ | 212 'wtf_unittest_files': [ |
| 211 'ArrayBufferBuilderTest.cpp', | 213 'ArrayBufferBuilderTest.cpp', |
| 212 'CheckedArithmeticTest.cpp', | 214 'CheckedArithmeticTest.cpp', |
| 213 'DequeTest.cpp', | 215 'DequeTest.cpp', |
| 214 'DoubleBufferedDequeTest.cpp', | 216 'DoubleBufferedDequeTest.cpp', |
| 215 'FunctionalTest.cpp', | 217 'FunctionalTest.cpp', |
| 216 'HashMapTest.cpp', | 218 'HashMapTest.cpp', |
| 217 'HashSetTest.cpp', | 219 'HashSetTest.cpp', |
| 218 'ListHashSetTest.cpp', | 220 'ListHashSetTest.cpp', |
| 219 'MathExtrasTest.cpp', | 221 'MathExtrasTest.cpp', |
| 222 'OptionalTest.cpp', |
| 220 'PartitionAllocTest.cpp', | 223 'PartitionAllocTest.cpp', |
| 221 'RefPtrTest.cpp', | 224 'RefPtrTest.cpp', |
| 222 'SaturatedArithmeticTest.cpp', | 225 'SaturatedArithmeticTest.cpp', |
| 223 'StringExtrasTest.cpp', | 226 'StringExtrasTest.cpp', |
| 224 'StringHasherTest.cpp', | 227 'StringHasherTest.cpp', |
| 225 'TemporaryChangeTest.cpp', | 228 'TemporaryChangeTest.cpp', |
| 226 'TreeNodeTest.cpp', | 229 'TreeNodeTest.cpp', |
| 227 'VectorTest.cpp', | 230 'VectorTest.cpp', |
| 228 'testing/WTFTestHelpersTest.cpp', | 231 'testing/WTFTestHelpersTest.cpp', |
| 229 'text/AtomicStringTest.cpp', | 232 'text/AtomicStringTest.cpp', |
| 230 'text/CStringTest.cpp', | 233 'text/CStringTest.cpp', |
| 231 'text/StringBufferTest.cpp', | 234 'text/StringBufferTest.cpp', |
| 232 'text/StringBuilderTest.cpp', | 235 'text/StringBuilderTest.cpp', |
| 233 'text/StringImplTest.cpp', | 236 'text/StringImplTest.cpp', |
| 234 'text/StringOperatorsTest.cpp', | 237 'text/StringOperatorsTest.cpp', |
| 235 'text/TextCodecReplacementTest.cpp', | 238 'text/TextCodecReplacementTest.cpp', |
| 236 'text/TextCodecUTF8Test.cpp', | 239 'text/TextCodecUTF8Test.cpp', |
| 237 'text/WTFStringTest.cpp', | 240 'text/WTFStringTest.cpp', |
| 238 ], | 241 ], |
| 239 'wtf_unittest_helper_files': [ | 242 'wtf_unittest_helper_files': [ |
| 240 'testing/WTFTestHelpers.cpp', | 243 'testing/WTFTestHelpers.cpp', |
| 241 'testing/WTFTestHelpers.h', | 244 'testing/WTFTestHelpers.h', |
| 242 'testing/WTFUnitTestHelpersExport.h', | 245 'testing/WTFUnitTestHelpersExport.h', |
| 243 ], | 246 ], |
| 244 }, | 247 }, |
| 245 } | 248 } |
| OLD | NEW |