| 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', |
| 11 'v8/BlobInfo.h', |
| 11 'v8/CustomElementBinding.cpp', | 12 'v8/CustomElementBinding.cpp', |
| 12 'v8/CustomElementBinding.h', | 13 'v8/CustomElementBinding.h', |
| 13 'v8/CustomElementConstructorBuilder.cpp', | 14 'v8/CustomElementConstructorBuilder.cpp', |
| 14 'v8/CustomElementConstructorBuilder.h', | 15 'v8/CustomElementConstructorBuilder.h', |
| 15 'v8/CustomElementWrapper.cpp', | 16 'v8/CustomElementWrapper.cpp', |
| 16 'v8/CustomElementWrapper.h', | 17 'v8/CustomElementWrapper.h', |
| 17 'v8/DOMDataStore.cpp', | 18 'v8/DOMDataStore.cpp', |
| 18 'v8/DOMDataStore.h', | 19 'v8/DOMDataStore.h', |
| 19 'v8/DOMRequestState.h', | 20 'v8/DOMRequestState.h', |
| 20 'v8/DOMWrapperMap.h', | 21 'v8/DOMWrapperMap.h', |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', | 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
5.cpp', |
| 282 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', | 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
6.cpp', |
| 283 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', | 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
7.cpp', |
| 284 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', | 285 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
8.cpp', |
| 285 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', | 286 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1
9.cpp', |
| 286 ], | 287 ], |
| 287 }], | 288 }], |
| 288 ], | 289 ], |
| 289 }, | 290 }, |
| 290 } | 291 } |
| OLD | NEW |