| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'v8/SerializedScriptValue.h', | 70 'v8/SerializedScriptValue.h', |
| 71 'v8/SharedPersistent.h', | 71 'v8/SharedPersistent.h', |
| 72 'v8/UnsafePersistent.h', | 72 'v8/UnsafePersistent.h', |
| 73 'v8/V8AbstractEventListener.cpp', | 73 'v8/V8AbstractEventListener.cpp', |
| 74 'v8/V8AbstractEventListener.h', | 74 'v8/V8AbstractEventListener.h', |
| 75 'v8/V8Binding.cpp', | 75 'v8/V8Binding.cpp', |
| 76 'v8/V8Binding.h', | 76 'v8/V8Binding.h', |
| 77 'v8/V8BindingMacros.h', | 77 'v8/V8BindingMacros.h', |
| 78 'v8/V8Callback.cpp', | 78 'v8/V8Callback.cpp', |
| 79 'v8/V8Callback.h', | 79 'v8/V8Callback.h', |
| 80 'v8/V8Collection.cpp', | |
| 81 'v8/V8Collection.h', | |
| 82 'v8/V8CustomElementCallback.cpp', | 80 'v8/V8CustomElementCallback.cpp', |
| 83 'v8/V8CustomElementCallback.h', | 81 'v8/V8CustomElementCallback.h', |
| 84 'v8/V8DOMActivityLogger.h', | 82 'v8/V8DOMActivityLogger.h', |
| 85 'v8/V8DOMConfiguration.cpp', | 83 'v8/V8DOMConfiguration.cpp', |
| 86 'v8/V8DOMConfiguration.h', | 84 'v8/V8DOMConfiguration.h', |
| 87 'v8/V8ErrorHandler.cpp', | 85 'v8/V8ErrorHandler.cpp', |
| 88 'v8/V8ErrorHandler.h', | 86 'v8/V8ErrorHandler.h', |
| 89 'v8/V8DOMWrapper.cpp', | 87 'v8/V8DOMWrapper.cpp', |
| 90 'v8/V8DOMWrapper.h', | 88 'v8/V8DOMWrapper.h', |
| 91 'v8/V8EventListener.cpp', | 89 'v8/V8EventListener.cpp', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', | 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
15.cpp', |
| 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', | 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
16.cpp', |
| 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', | 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
17.cpp', |
| 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', | 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
18.cpp', |
| 257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', | 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources
19.cpp', |
| 258 ], | 256 ], |
| 259 }], | 257 }], |
| 260 ], | 258 ], |
| 261 }, | 259 }, |
| 262 } | 260 } |
| OLD | NEW |