OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 'bindings_dir': ['.'], | 3 'bindings_dir': ['.'], |
4 'bindings_files': [ | 4 'bindings_files': [ |
5 'v8/ActiveDOMCallback.cpp', | 5 'v8/ActiveDOMCallback.cpp', |
6 'v8/ActiveDOMCallback.h', | 6 'v8/ActiveDOMCallback.h', |
7 'v8/ArrayValue.cpp', | 7 'v8/ArrayValue.cpp', |
8 'v8/ArrayValue.h', | 8 'v8/ArrayValue.h', |
9 'v8/BindingSecurity.cpp', | 9 'v8/BindingSecurity.cpp', |
10 'v8/BindingSecurity.h', | 10 'v8/BindingSecurity.h', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 'v8/custom/V8PerformanceEntryCustom.cpp', | 210 'v8/custom/V8PerformanceEntryCustom.cpp', |
211 'v8/custom/V8PopStateEventCustom.cpp', | 211 'v8/custom/V8PopStateEventCustom.cpp', |
212 'v8/custom/V8PromiseCustom.cpp', | 212 'v8/custom/V8PromiseCustom.cpp', |
213 'v8/custom/V8PromiseResolverCustom.cpp', | 213 'v8/custom/V8PromiseResolverCustom.cpp', |
214 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 214 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
215 'v8/custom/V8SQLTransactionCustom.cpp', | 215 'v8/custom/V8SQLTransactionCustom.cpp', |
216 'v8/custom/V8SQLTransactionSyncCustom.cpp', | 216 'v8/custom/V8SQLTransactionSyncCustom.cpp', |
217 'v8/custom/V8SVGDocumentCustom.cpp', | 217 'v8/custom/V8SVGDocumentCustom.cpp', |
218 'v8/custom/V8SVGElementCustom.cpp', | 218 'v8/custom/V8SVGElementCustom.cpp', |
219 'v8/custom/V8SVGLengthCustom.cpp', | 219 'v8/custom/V8SVGLengthCustom.cpp', |
| 220 'v8/custom/V8SVGNumberCustom.cpp', |
220 'v8/custom/V8SVGPathSegCustom.cpp', | 221 'v8/custom/V8SVGPathSegCustom.cpp', |
221 'v8/custom/V8StyleSheetCustom.cpp', | 222 'v8/custom/V8StyleSheetCustom.cpp', |
222 'v8/custom/V8TextCustom.cpp', | 223 'v8/custom/V8TextCustom.cpp', |
223 'v8/custom/V8TrackEventCustom.cpp', | 224 'v8/custom/V8TrackEventCustom.cpp', |
224 'v8/custom/V8WebGLRenderingContextCustom.cpp', | 225 'v8/custom/V8WebGLRenderingContextCustom.cpp', |
225 'v8/custom/V8WebKitPointCustom.cpp', | 226 'v8/custom/V8WebKitPointCustom.cpp', |
226 'v8/custom/V8WindowCustom.cpp', | 227 'v8/custom/V8WindowCustom.cpp', |
227 'v8/custom/V8WorkerGlobalScopeCustom.cpp', | 228 'v8/custom/V8WorkerGlobalScopeCustom.cpp', |
228 'v8/custom/V8WorkerCryptoCustom.cpp', | 229 'v8/custom/V8WorkerCryptoCustom.cpp', |
229 'v8/custom/V8WorkerCustom.cpp', | 230 'v8/custom/V8WorkerCustom.cpp', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', | 262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', |
262 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', | 263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', |
263 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', | 264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', |
264 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', | 265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', |
265 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', | 266 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', |
266 ], | 267 ], |
267 }], | 268 }], |
268 ], | 269 ], |
269 }, | 270 }, |
270 } | 271 } |
OLD | NEW |