Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(677)

Side by Side Diff: Source/bindings/bindings.gypi

Issue 16708002: Simplify Custom Element constructors to be functions, not wrappers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix callback functions as parameters Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'v8/ScriptState.h', 61 'v8/ScriptState.h',
62 'v8/ScriptValue.cpp', 62 'v8/ScriptValue.cpp',
63 'v8/ScriptValue.h', 63 'v8/ScriptValue.h',
64 'v8/ScriptWrappable.h', 64 'v8/ScriptWrappable.h',
65 'v8/SerializedScriptValue.cpp', 65 'v8/SerializedScriptValue.cpp',
66 'v8/SerializedScriptValue.h', 66 'v8/SerializedScriptValue.h',
67 'v8/SharedPersistent.h', 67 'v8/SharedPersistent.h',
68 'v8/UnsafePersistent.h', 68 'v8/UnsafePersistent.h',
69 'v8/V8AbstractEventListener.cpp', 69 'v8/V8AbstractEventListener.cpp',
70 'v8/V8AbstractEventListener.h', 70 'v8/V8AbstractEventListener.h',
71 'v8/V8AdaptorFunction.cpp',
72 'v8/V8AdaptorFunction.h',
73 'v8/V8Binding.cpp', 71 'v8/V8Binding.cpp',
74 'v8/V8Binding.h', 72 'v8/V8Binding.h',
75 'v8/V8BindingMacros.h', 73 'v8/V8BindingMacros.h',
76 'v8/V8Callback.cpp', 74 'v8/V8Callback.cpp',
77 'v8/V8Callback.h', 75 'v8/V8Callback.h',
78 'v8/V8Collection.cpp', 76 'v8/V8Collection.cpp',
79 'v8/V8Collection.h', 77 'v8/V8Collection.h',
80 'v8/V8DOMActivityLogger.h', 78 'v8/V8DOMActivityLogger.h',
81 'v8/V8DOMConfiguration.cpp', 79 'v8/V8DOMConfiguration.cpp',
82 'v8/V8DOMConfiguration.h', 80 'v8/V8DOMConfiguration.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'v8/custom/V8AudioNodeCustom.cpp', 140 'v8/custom/V8AudioNodeCustom.cpp',
143 'v8/custom/V8BiquadFilterNodeCustom.cpp', 141 'v8/custom/V8BiquadFilterNodeCustom.cpp',
144 'v8/custom/V8BlobCustom.cpp', 142 'v8/custom/V8BlobCustom.cpp',
145 'v8/custom/V8CSSRuleCustom.cpp', 143 'v8/custom/V8CSSRuleCustom.cpp',
146 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 144 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
147 'v8/custom/V8CSSValueCustom.cpp', 145 'v8/custom/V8CSSValueCustom.cpp',
148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 146 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
149 'v8/custom/V8CanvasRenderingContextCustom.cpp', 147 'v8/custom/V8CanvasRenderingContextCustom.cpp',
150 'v8/custom/V8ClipboardCustom.cpp', 148 'v8/custom/V8ClipboardCustom.cpp',
151 'v8/custom/V8CryptoCustom.cpp', 149 'v8/custom/V8CryptoCustom.cpp',
152 'v8/custom/V8CustomElementConstructorCustom.cpp',
153 'v8/custom/V8CustomEventCustom.cpp', 150 'v8/custom/V8CustomEventCustom.cpp',
154 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 151 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
155 'v8/custom/V8CustomXPathNSResolver.cpp', 152 'v8/custom/V8CustomXPathNSResolver.cpp',
156 'v8/custom/V8CustomXPathNSResolver.h', 153 'v8/custom/V8CustomXPathNSResolver.h',
157 'v8/custom/V8DOMPointCustom.cpp', 154 'v8/custom/V8DOMPointCustom.cpp',
158 'v8/custom/V8DOMStringMapCustom.cpp', 155 'v8/custom/V8DOMStringMapCustom.cpp',
159 'v8/custom/V8DOMWindowCustom.cpp', 156 'v8/custom/V8DOMWindowCustom.cpp',
160 'v8/custom/V8DataViewCustom.cpp', 157 'v8/custom/V8DataViewCustom.cpp',
161 'v8/custom/V8DedicatedWorkerContextCustom.cpp', 158 'v8/custom/V8DedicatedWorkerContextCustom.cpp',
162 'v8/custom/V8DeviceMotionEventCustom.cpp', 159 'v8/custom/V8DeviceMotionEventCustom.cpp',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 246 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 247 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 248 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 251 ],
255 }], 252 }],
256 ], 253 ],
257 }, 254 },
258 } 255 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | Source/bindings/v8/CustomElementHelpers.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698