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