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