| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'v8/custom/V8HistoryCustom.cpp', | 195 'v8/custom/V8HistoryCustom.cpp', |
| 196 'v8/custom/V8ImageDataCustom.cpp', | 196 'v8/custom/V8ImageDataCustom.cpp', |
| 197 'v8/custom/V8InjectedScriptHostCustom.cpp', | 197 'v8/custom/V8InjectedScriptHostCustom.cpp', |
| 198 'v8/custom/V8InjectedScriptManager.cpp', | 198 'v8/custom/V8InjectedScriptManager.cpp', |
| 199 'v8/custom/V8InspectorFrontendHostCustom.cpp', | 199 'v8/custom/V8InspectorFrontendHostCustom.cpp', |
| 200 'v8/custom/V8Int8ArrayCustom.h', | 200 'v8/custom/V8Int8ArrayCustom.h', |
| 201 'v8/custom/V8Int16ArrayCustom.h', | 201 'v8/custom/V8Int16ArrayCustom.h', |
| 202 'v8/custom/V8Int32ArrayCustom.h', | 202 'v8/custom/V8Int32ArrayCustom.h', |
| 203 'v8/custom/V8JavaScriptCallFrameCustom.cpp', | 203 'v8/custom/V8JavaScriptCallFrameCustom.cpp', |
| 204 'v8/custom/V8LocationCustom.cpp', | 204 'v8/custom/V8LocationCustom.cpp', |
| 205 'v8/custom/V8MIDIInputCustom.cpp', | |
| 206 'v8/custom/V8MIDIOutputCustom.cpp', | |
| 207 'v8/custom/V8MessageChannelCustom.cpp', | 205 'v8/custom/V8MessageChannelCustom.cpp', |
| 208 'v8/custom/V8MessageEventCustom.cpp', | 206 'v8/custom/V8MessageEventCustom.cpp', |
| 209 'v8/custom/V8MessagePortCustom.cpp', | 207 'v8/custom/V8MessagePortCustom.cpp', |
| 210 'v8/custom/V8MutationObserverCustom.cpp', | 208 'v8/custom/V8MutationObserverCustom.cpp', |
| 211 'v8/custom/V8NodeCustom.cpp', | 209 'v8/custom/V8NodeCustom.cpp', |
| 212 'v8/custom/V8OscillatorNodeCustom.cpp', | 210 'v8/custom/V8OscillatorNodeCustom.cpp', |
| 213 'v8/custom/V8PannerNodeCustom.cpp', | 211 'v8/custom/V8PannerNodeCustom.cpp', |
| 214 'v8/custom/V8PerformanceEntryCustom.cpp', | 212 'v8/custom/V8PerformanceEntryCustom.cpp', |
| 215 'v8/custom/V8PopStateEventCustom.cpp', | 213 'v8/custom/V8PopStateEventCustom.cpp', |
| 216 'v8/custom/V8PromiseCustom.cpp', | 214 'v8/custom/V8PromiseCustom.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', | 267 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', |
| 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', | 268 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', |
| 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', | 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', |
| 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', | 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', |
| 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', | 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', |
| 274 ], | 272 ], |
| 275 }], | 273 }], |
| 276 ], | 274 ], |
| 277 }, | 275 }, |
| 278 } | 276 } |
| OLD | NEW |