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

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: Rebased 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
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'v8/ScriptString.h', 63 'v8/ScriptString.h',
64 'v8/ScriptValue.cpp', 64 'v8/ScriptValue.cpp',
65 'v8/ScriptValue.h', 65 'v8/ScriptValue.h',
66 'v8/ScriptWrappable.h', 66 'v8/ScriptWrappable.h',
67 'v8/SerializedScriptValue.cpp', 67 'v8/SerializedScriptValue.cpp',
68 'v8/SerializedScriptValue.h', 68 'v8/SerializedScriptValue.h',
69 'v8/SharedPersistent.h', 69 'v8/SharedPersistent.h',
70 'v8/UnsafePersistent.h', 70 'v8/UnsafePersistent.h',
71 'v8/V8AbstractEventListener.cpp', 71 'v8/V8AbstractEventListener.cpp',
72 'v8/V8AbstractEventListener.h', 72 'v8/V8AbstractEventListener.h',
73 'v8/V8AdaptorFunction.cpp',
74 'v8/V8AdaptorFunction.h',
75 'v8/V8Binding.cpp', 73 'v8/V8Binding.cpp',
76 'v8/V8Binding.h', 74 'v8/V8Binding.h',
77 'v8/V8BindingMacros.h', 75 'v8/V8BindingMacros.h',
78 'v8/V8Callback.cpp', 76 'v8/V8Callback.cpp',
79 'v8/V8Callback.h', 77 'v8/V8Callback.h',
80 'v8/V8Collection.cpp', 78 'v8/V8Collection.cpp',
81 'v8/V8Collection.h', 79 'v8/V8Collection.h',
82 'v8/V8DOMActivityLogger.h', 80 'v8/V8DOMActivityLogger.h',
83 'v8/V8DOMConfiguration.cpp', 81 'v8/V8DOMConfiguration.cpp',
84 'v8/V8DOMConfiguration.h', 82 'v8/V8DOMConfiguration.h',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'v8/custom/V8AudioNodeCustom.cpp', 142 'v8/custom/V8AudioNodeCustom.cpp',
145 'v8/custom/V8BiquadFilterNodeCustom.cpp', 143 'v8/custom/V8BiquadFilterNodeCustom.cpp',
146 'v8/custom/V8BlobCustom.cpp', 144 'v8/custom/V8BlobCustom.cpp',
147 'v8/custom/V8CSSRuleCustom.cpp', 145 'v8/custom/V8CSSRuleCustom.cpp',
148 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 146 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
149 'v8/custom/V8CSSValueCustom.cpp', 147 'v8/custom/V8CSSValueCustom.cpp',
150 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
151 'v8/custom/V8CanvasRenderingContextCustom.cpp', 149 'v8/custom/V8CanvasRenderingContextCustom.cpp',
152 'v8/custom/V8ClipboardCustom.cpp', 150 'v8/custom/V8ClipboardCustom.cpp',
153 'v8/custom/V8CryptoCustom.cpp', 151 'v8/custom/V8CryptoCustom.cpp',
154 'v8/custom/V8CustomElementConstructorCustom.cpp',
155 'v8/custom/V8CustomEventCustom.cpp', 152 'v8/custom/V8CustomEventCustom.cpp',
156 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 153 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
157 'v8/custom/V8CustomXPathNSResolver.cpp', 154 'v8/custom/V8CustomXPathNSResolver.cpp',
158 'v8/custom/V8CustomXPathNSResolver.h', 155 'v8/custom/V8CustomXPathNSResolver.h',
159 'v8/custom/V8DOMStringMapCustom.cpp', 156 'v8/custom/V8DOMStringMapCustom.cpp',
160 'v8/custom/V8DOMWindowCustom.cpp', 157 'v8/custom/V8DOMWindowCustom.cpp',
161 'v8/custom/V8DataViewCustom.cpp', 158 'v8/custom/V8DataViewCustom.cpp',
162 'v8/custom/V8DedicatedWorkerContextCustom.cpp', 159 'v8/custom/V8DedicatedWorkerContextCustom.cpp',
163 'v8/custom/V8DeviceMotionEventCustom.cpp', 160 'v8/custom/V8DeviceMotionEventCustom.cpp',
164 'v8/custom/V8DeviceOrientationEventCustom.cpp', 161 'v8/custom/V8DeviceOrientationEventCustom.cpp',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
257 ], 254 ],
258 }], 255 }],
259 ], 256 ],
260 }, 257 },
261 } 258 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698