| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'v8/custom/V8MessagePortCustom.cpp', | 216 'v8/custom/V8MessagePortCustom.cpp', |
| 217 'v8/custom/V8MutationObserverCustom.cpp', | 217 'v8/custom/V8MutationObserverCustom.cpp', |
| 218 'v8/custom/V8NodeCustom.cpp', | 218 'v8/custom/V8NodeCustom.cpp', |
| 219 'v8/custom/V8NodeIteratorCustom.cpp', | 219 'v8/custom/V8NodeIteratorCustom.cpp', |
| 220 'v8/custom/V8NodeListCustom.cpp', | 220 'v8/custom/V8NodeListCustom.cpp', |
| 221 'v8/custom/V8OscillatorNodeCustom.cpp', | 221 'v8/custom/V8OscillatorNodeCustom.cpp', |
| 222 'v8/custom/V8PannerNodeCustom.cpp', | 222 'v8/custom/V8PannerNodeCustom.cpp', |
| 223 'v8/custom/V8PerformanceEntryCustom.cpp', | 223 'v8/custom/V8PerformanceEntryCustom.cpp', |
| 224 'v8/custom/V8PopStateEventCustom.cpp', | 224 'v8/custom/V8PopStateEventCustom.cpp', |
| 225 'v8/custom/V8PromiseCustom.cpp', | 225 'v8/custom/V8PromiseCustom.cpp', |
| 226 'v8/custom/V8PromiseResolverCustom.cpp', | |
| 227 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 226 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
| 228 'v8/custom/V8SQLTransactionCustom.cpp', | 227 'v8/custom/V8SQLTransactionCustom.cpp', |
| 229 'v8/custom/V8SQLTransactionSyncCustom.cpp', | 228 'v8/custom/V8SQLTransactionSyncCustom.cpp', |
| 230 'v8/custom/V8SVGDocumentCustom.cpp', | 229 'v8/custom/V8SVGDocumentCustom.cpp', |
| 231 'v8/custom/V8SVGElementCustom.cpp', | 230 'v8/custom/V8SVGElementCustom.cpp', |
| 232 'v8/custom/V8SVGLengthCustom.cpp', | 231 'v8/custom/V8SVGLengthCustom.cpp', |
| 233 'v8/custom/V8SVGPathSegCustom.cpp', | 232 'v8/custom/V8SVGPathSegCustom.cpp', |
| 234 'v8/custom/V8StyleSheetCustom.cpp', | 233 'v8/custom/V8StyleSheetCustom.cpp', |
| 235 'v8/custom/V8TextCustom.cpp', | 234 'v8/custom/V8TextCustom.cpp', |
| 236 'v8/custom/V8TrackEventCustom.cpp', | 235 'v8/custom/V8TrackEventCustom.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', | 280 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', |
| 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', | 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', |
| 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', | 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', |
| 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', | 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', |
| 285 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', | 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', |
| 286 ], | 285 ], |
| 287 }], | 286 }], |
| 288 ], | 287 ], |
| 289 }, | 288 }, |
| 290 } | 289 } |
| OLD | NEW |