| 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.cpp', | 5 'ASCIICType.cpp', |
| 6 'ASCIICType.h', | 6 'ASCIICType.h', |
| 7 'AddressSanitizer.h', | 7 'AddressSanitizer.h', |
| 8 'AddressSpaceRandomization.cpp', | 8 'AddressSpaceRandomization.cpp', |
| 9 'AddressSpaceRandomization.h', | 9 'AddressSpaceRandomization.h', |
| 10 'Alignment.h', | 10 'Alignment.h', |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'ThreadingPrimitives.h', | 117 'ThreadingPrimitives.h', |
| 118 'ThreadingPthreads.cpp', | 118 'ThreadingPthreads.cpp', |
| 119 'ThreadingWin.cpp', | 119 'ThreadingWin.cpp', |
| 120 'TreeNode.h', | 120 'TreeNode.h', |
| 121 'TypeTraits.cpp', | 121 'TypeTraits.cpp', |
| 122 'TypeTraits.h', | 122 'TypeTraits.h', |
| 123 'TypedArrayBase.h', | 123 'TypedArrayBase.h', |
| 124 'Uint16Array.h', | 124 'Uint16Array.h', |
| 125 'Uint32Array.h', | 125 'Uint32Array.h', |
| 126 'Uint8Array.h', | 126 'Uint8Array.h', |
| 127 'Utility.h', | |
| 128 'Vector.h', | 127 'Vector.h', |
| 129 'VectorTraits.h', | 128 'VectorTraits.h', |
| 130 'WTF.cpp', | 129 'WTF.cpp', |
| 131 'WTF.h', | 130 'WTF.h', |
| 132 'WTFExport.h', | 131 'WTFExport.h', |
| 133 'WTFThreadData.cpp', | 132 'WTFThreadData.cpp', |
| 134 'WTFThreadData.h', | 133 'WTFThreadData.h', |
| 135 'WeakPtr.h', | 134 'WeakPtr.h', |
| 136 'asm/SaturatedArithmeticARM.h', | 135 'asm/SaturatedArithmeticARM.h', |
| 137 'build_config.h', | 136 'build_config.h', |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'text/StringOperatorsTest.cpp', | 233 'text/StringOperatorsTest.cpp', |
| 235 'text/TextCodecReplacementTest.cpp', | 234 'text/TextCodecReplacementTest.cpp', |
| 236 'text/TextCodecUTF8Test.cpp', | 235 'text/TextCodecUTF8Test.cpp', |
| 237 'text/WTFStringTest.cpp', | 236 'text/WTFStringTest.cpp', |
| 238 ], | 237 ], |
| 239 'wtf_unittest_helper_files': [ | 238 'wtf_unittest_helper_files': [ |
| 240 'testing/WTFTestPrinters.cpp', | 239 'testing/WTFTestPrinters.cpp', |
| 241 ], | 240 ], |
| 242 }, | 241 }, |
| 243 } | 242 } |
| OLD | NEW |