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

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

Issue 15556003: Auto-generate V8HTMLFormElement::namedPropertyGetter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Introduce DoNotCheckJSProperty 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
« 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'v8/custom/V8EventTargetCustom.cpp', 172 'v8/custom/V8EventTargetCustom.cpp',
173 'v8/custom/V8FileReaderCustom.cpp', 173 'v8/custom/V8FileReaderCustom.cpp',
174 'v8/custom/V8FormDataCustom.cpp', 174 'v8/custom/V8FormDataCustom.cpp',
175 'v8/custom/V8GeolocationCustom.cpp', 175 'v8/custom/V8GeolocationCustom.cpp',
176 'v8/custom/V8HTMLAllCollectionCustom.cpp', 176 'v8/custom/V8HTMLAllCollectionCustom.cpp',
177 'v8/custom/V8HTMLCanvasElementCustom.cpp', 177 'v8/custom/V8HTMLCanvasElementCustom.cpp',
178 'v8/custom/V8HTMLCollectionCustom.cpp', 178 'v8/custom/V8HTMLCollectionCustom.cpp',
179 'v8/custom/V8HTMLDocumentCustom.cpp', 179 'v8/custom/V8HTMLDocumentCustom.cpp',
180 'v8/custom/V8HTMLElementCustom.cpp', 180 'v8/custom/V8HTMLElementCustom.cpp',
181 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp', 181 'v8/custom/V8HTMLFormControlsCollectionCustom.cpp',
182 'v8/custom/V8HTMLFormElementCustom.cpp',
183 'v8/custom/V8HTMLFrameElementCustom.cpp', 182 'v8/custom/V8HTMLFrameElementCustom.cpp',
184 'v8/custom/V8HTMLFrameSetElementCustom.cpp',
185 'v8/custom/V8HTMLImageElementConstructor.cpp', 183 'v8/custom/V8HTMLImageElementConstructor.cpp',
186 'v8/custom/V8HTMLImageElementConstructor.h', 184 'v8/custom/V8HTMLImageElementConstructor.h',
187 'v8/custom/V8HTMLInputElementCustom.cpp', 185 'v8/custom/V8HTMLInputElementCustom.cpp',
188 'v8/custom/V8HTMLLinkElementCustom.cpp', 186 'v8/custom/V8HTMLLinkElementCustom.cpp',
189 'v8/custom/V8HTMLMediaElementCustom.cpp', 187 'v8/custom/V8HTMLMediaElementCustom.cpp',
190 'v8/custom/V8HTMLOptionsCollectionCustom.cpp', 188 'v8/custom/V8HTMLOptionsCollectionCustom.cpp',
191 'v8/custom/V8HTMLPlugInElementCustom.cpp', 189 'v8/custom/V8HTMLPlugInElementCustom.cpp',
192 'v8/custom/V8HTMLSelectElementCustom.cpp', 190 'v8/custom/V8HTMLSelectElementCustom.cpp',
193 'v8/custom/V8HTMLSelectElementCustom.h', 191 'v8/custom/V8HTMLSelectElementCustom.h',
194 'v8/custom/V8HistoryCustom.cpp', 192 'v8/custom/V8HistoryCustom.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
258 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
259 ], 257 ],
260 }], 258 }],
261 ], 259 ],
262 }, 260 },
263 } 261 }
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