| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'v8/custom/V8MessageChannelCustom.cpp', | 196 'v8/custom/V8MessageChannelCustom.cpp', |
| 197 'v8/custom/V8MessageEventCustom.cpp', | 197 'v8/custom/V8MessageEventCustom.cpp', |
| 198 'v8/custom/V8MessagePortCustom.cpp', | 198 'v8/custom/V8MessagePortCustom.cpp', |
| 199 'v8/custom/V8MutationObserverCustom.cpp', | 199 'v8/custom/V8MutationObserverCustom.cpp', |
| 200 'v8/custom/V8NodeCustom.cpp', | 200 'v8/custom/V8NodeCustom.cpp', |
| 201 'v8/custom/V8NodeListCustom.cpp', | 201 'v8/custom/V8NodeListCustom.cpp', |
| 202 'v8/custom/V8OscillatorNodeCustom.cpp', | 202 'v8/custom/V8OscillatorNodeCustom.cpp', |
| 203 'v8/custom/V8PannerNodeCustom.cpp', | 203 'v8/custom/V8PannerNodeCustom.cpp', |
| 204 'v8/custom/V8PerformanceEntryCustom.cpp', | 204 'v8/custom/V8PerformanceEntryCustom.cpp', |
| 205 'v8/custom/V8PopStateEventCustom.cpp', | 205 'v8/custom/V8PopStateEventCustom.cpp', |
| 206 'v8/custom/V8PromiseCustom.cpp', |
| 206 'v8/custom/V8SQLResultSetRowListCustom.cpp', | 207 'v8/custom/V8SQLResultSetRowListCustom.cpp', |
| 207 'v8/custom/V8SQLTransactionCustom.cpp', | 208 'v8/custom/V8SQLTransactionCustom.cpp', |
| 208 'v8/custom/V8SQLTransactionSyncCustom.cpp', | 209 'v8/custom/V8SQLTransactionSyncCustom.cpp', |
| 209 'v8/custom/V8SVGDocumentCustom.cpp', | 210 'v8/custom/V8SVGDocumentCustom.cpp', |
| 210 'v8/custom/V8SVGElementCustom.cpp', | 211 'v8/custom/V8SVGElementCustom.cpp', |
| 211 'v8/custom/V8SVGLengthCustom.cpp', | 212 'v8/custom/V8SVGLengthCustom.cpp', |
| 212 'v8/custom/V8SVGPathSegCustom.cpp', | 213 'v8/custom/V8SVGPathSegCustom.cpp', |
| 213 'v8/custom/V8StorageCustom.cpp', | 214 'v8/custom/V8StorageCustom.cpp', |
| 214 'v8/custom/V8StyleSheetCustom.cpp', | 215 'v8/custom/V8StyleSheetCustom.cpp', |
| 215 'v8/custom/V8TextCustom.cpp', | 216 'v8/custom/V8TextCustom.cpp', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', | 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', |
| 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', | 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', |
| 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', | 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', |
| 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', | 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', |
| 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', | 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', |
| 254 ], | 255 ], |
| 255 }], | 256 }], |
| 256 ], | 257 ], |
| 257 }, | 258 }, |
| 258 } | 259 } |
| OLD | NEW |