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

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

Issue 17225003: Support named query generation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'v8/custom/V8CSSStyleDeclarationCustom.cpp', 146 'v8/custom/V8CSSStyleDeclarationCustom.cpp',
147 'v8/custom/V8CSSValueCustom.cpp', 147 'v8/custom/V8CSSValueCustom.cpp',
148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp', 148 'v8/custom/V8CanvasRenderingContext2DCustom.cpp',
149 'v8/custom/V8CanvasRenderingContextCustom.cpp', 149 'v8/custom/V8CanvasRenderingContextCustom.cpp',
150 'v8/custom/V8ClipboardCustom.cpp', 150 'v8/custom/V8ClipboardCustom.cpp',
151 'v8/custom/V8CryptoCustom.cpp', 151 'v8/custom/V8CryptoCustom.cpp',
152 'v8/custom/V8CustomEventCustom.cpp', 152 'v8/custom/V8CustomEventCustom.cpp',
153 'v8/custom/V8CustomSQLStatementErrorCallback.cpp', 153 'v8/custom/V8CustomSQLStatementErrorCallback.cpp',
154 'v8/custom/V8CustomXPathNSResolver.cpp', 154 'v8/custom/V8CustomXPathNSResolver.cpp',
155 'v8/custom/V8CustomXPathNSResolver.h', 155 'v8/custom/V8CustomXPathNSResolver.h',
156 'v8/custom/V8DOMStringMapCustom.cpp',
157 'v8/custom/V8DataViewCustom.cpp', 156 'v8/custom/V8DataViewCustom.cpp',
158 'v8/custom/V8DedicatedWorkerContextCustom.cpp', 157 'v8/custom/V8DedicatedWorkerContextCustom.cpp',
159 'v8/custom/V8DeviceMotionEventCustom.cpp', 158 'v8/custom/V8DeviceMotionEventCustom.cpp',
160 'v8/custom/V8DeviceOrientationEventCustom.cpp', 159 'v8/custom/V8DeviceOrientationEventCustom.cpp',
161 'v8/custom/V8DocumentCustom.cpp', 160 'v8/custom/V8DocumentCustom.cpp',
162 'v8/custom/V8DocumentLocationCustom.cpp', 161 'v8/custom/V8DocumentLocationCustom.cpp',
163 'v8/custom/V8ElementCustom.cpp', 162 'v8/custom/V8ElementCustom.cpp',
164 'v8/custom/V8EntryCustom.cpp', 163 'v8/custom/V8EntryCustom.cpp',
165 'v8/custom/V8EntrySyncCustom.cpp', 164 'v8/custom/V8EntrySyncCustom.cpp',
166 'v8/custom/V8EventCustom.cpp', 165 'v8/custom/V8EventCustom.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'v8/custom/V8PannerNodeCustom.cpp', 200 'v8/custom/V8PannerNodeCustom.cpp',
202 'v8/custom/V8PerformanceEntryCustom.cpp', 201 'v8/custom/V8PerformanceEntryCustom.cpp',
203 'v8/custom/V8PopStateEventCustom.cpp', 202 'v8/custom/V8PopStateEventCustom.cpp',
204 'v8/custom/V8SQLResultSetRowListCustom.cpp', 203 'v8/custom/V8SQLResultSetRowListCustom.cpp',
205 'v8/custom/V8SQLTransactionCustom.cpp', 204 'v8/custom/V8SQLTransactionCustom.cpp',
206 'v8/custom/V8SQLTransactionSyncCustom.cpp', 205 'v8/custom/V8SQLTransactionSyncCustom.cpp',
207 'v8/custom/V8SVGDocumentCustom.cpp', 206 'v8/custom/V8SVGDocumentCustom.cpp',
208 'v8/custom/V8SVGElementCustom.cpp', 207 'v8/custom/V8SVGElementCustom.cpp',
209 'v8/custom/V8SVGLengthCustom.cpp', 208 'v8/custom/V8SVGLengthCustom.cpp',
210 'v8/custom/V8SVGPathSegCustom.cpp', 209 'v8/custom/V8SVGPathSegCustom.cpp',
211 'v8/custom/V8StorageCustom.cpp',
212 'v8/custom/V8StyleSheetCustom.cpp', 210 'v8/custom/V8StyleSheetCustom.cpp',
213 'v8/custom/V8TextCustom.cpp', 211 'v8/custom/V8TextCustom.cpp',
214 'v8/custom/V8TrackEventCustom.cpp', 212 'v8/custom/V8TrackEventCustom.cpp',
215 'v8/custom/V8WebGLRenderingContextCustom.cpp', 213 'v8/custom/V8WebGLRenderingContextCustom.cpp',
216 'v8/custom/V8WebKitPointCustom.cpp', 214 'v8/custom/V8WebKitPointCustom.cpp',
217 'v8/custom/V8WindowCustom.cpp', 215 'v8/custom/V8WindowCustom.cpp',
218 'v8/custom/V8WorkerContextCustom.cpp', 216 'v8/custom/V8WorkerContextCustom.cpp',
219 'v8/custom/V8WorkerCryptoCustom.cpp', 217 'v8/custom/V8WorkerCryptoCustom.cpp',
220 'v8/custom/V8WorkerCustom.cpp', 218 'v8/custom/V8WorkerCustom.cpp',
221 'v8/custom/V8XMLHttpRequestCustom.cpp', 219 'v8/custom/V8XMLHttpRequestCustom.cpp',
(...skipping 27 matching lines...) Expand all
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 247 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 248 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
254 ], 252 ],
255 }], 253 }],
256 ], 254 ],
257 }, 255 },
258 } 256 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/scripts/CodeGeneratorV8.pm » ('j') | Source/bindings/scripts/CodeGeneratorV8.pm » ('J')

Powered by Google App Engine
This is Rietveld 408576698