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

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

Issue 15373004: Auto-generate V8StyleSheetList::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 7 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'v8/custom/V8PopStateEventCustom.cpp', 212 'v8/custom/V8PopStateEventCustom.cpp',
213 'v8/custom/V8SQLResultSetRowListCustom.cpp', 213 'v8/custom/V8SQLResultSetRowListCustom.cpp',
214 'v8/custom/V8SQLTransactionCustom.cpp', 214 'v8/custom/V8SQLTransactionCustom.cpp',
215 'v8/custom/V8SQLTransactionSyncCustom.cpp', 215 'v8/custom/V8SQLTransactionSyncCustom.cpp',
216 'v8/custom/V8SVGDocumentCustom.cpp', 216 'v8/custom/V8SVGDocumentCustom.cpp',
217 'v8/custom/V8SVGElementCustom.cpp', 217 'v8/custom/V8SVGElementCustom.cpp',
218 'v8/custom/V8SVGLengthCustom.cpp', 218 'v8/custom/V8SVGLengthCustom.cpp',
219 'v8/custom/V8SVGPathSegCustom.cpp', 219 'v8/custom/V8SVGPathSegCustom.cpp',
220 'v8/custom/V8StorageCustom.cpp', 220 'v8/custom/V8StorageCustom.cpp',
221 'v8/custom/V8StyleSheetCustom.cpp', 221 'v8/custom/V8StyleSheetCustom.cpp',
222 'v8/custom/V8StyleSheetListCustom.cpp',
223 'v8/custom/V8TextCustom.cpp', 222 'v8/custom/V8TextCustom.cpp',
224 'v8/custom/V8TrackEventCustom.cpp', 223 'v8/custom/V8TrackEventCustom.cpp',
225 'v8/custom/V8WebGLRenderingContextCustom.cpp', 224 'v8/custom/V8WebGLRenderingContextCustom.cpp',
226 'v8/custom/V8WorkerContextCustom.cpp', 225 'v8/custom/V8WorkerContextCustom.cpp',
227 'v8/custom/V8WorkerCustom.cpp', 226 'v8/custom/V8WorkerCustom.cpp',
228 'v8/custom/V8XMLHttpRequestCustom.cpp', 227 'v8/custom/V8XMLHttpRequestCustom.cpp',
229 'v8/custom/V8XSLTProcessorCustom.cpp', 228 'v8/custom/V8XSLTProcessorCustom.cpp',
230 'v8/npruntime.cpp', 229 'v8/npruntime.cpp',
231 'v8/npruntime_impl.h', 230 'v8/npruntime_impl.h',
232 'v8/npruntime_priv.h', 231 'v8/npruntime_priv.h',
(...skipping 23 matching lines...) Expand all
256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
258 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
259 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 258 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
260 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 259 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
261 ], 260 ],
262 }], 261 }],
263 ], 262 ],
264 }, 263 },
265 } 264 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698