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

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

Issue 137713002: Get rid of custom bindings for V8NodeList (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment Created 6 years, 11 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/v8/custom/V8NodeListCustom.cpp » ('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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'v8/custom/V8Int32ArrayCustom.h', 202 'v8/custom/V8Int32ArrayCustom.h',
203 'v8/custom/V8JavaScriptCallFrameCustom.cpp', 203 'v8/custom/V8JavaScriptCallFrameCustom.cpp',
204 'v8/custom/V8LocationCustom.cpp', 204 'v8/custom/V8LocationCustom.cpp',
205 'v8/custom/V8MIDIInputCustom.cpp', 205 'v8/custom/V8MIDIInputCustom.cpp',
206 'v8/custom/V8MIDIOutputCustom.cpp', 206 'v8/custom/V8MIDIOutputCustom.cpp',
207 'v8/custom/V8MessageChannelCustom.cpp', 207 'v8/custom/V8MessageChannelCustom.cpp',
208 'v8/custom/V8MessageEventCustom.cpp', 208 'v8/custom/V8MessageEventCustom.cpp',
209 'v8/custom/V8MessagePortCustom.cpp', 209 'v8/custom/V8MessagePortCustom.cpp',
210 'v8/custom/V8MutationObserverCustom.cpp', 210 'v8/custom/V8MutationObserverCustom.cpp',
211 'v8/custom/V8NodeCustom.cpp', 211 'v8/custom/V8NodeCustom.cpp',
212 'v8/custom/V8NodeListCustom.cpp',
213 'v8/custom/V8OscillatorNodeCustom.cpp', 212 'v8/custom/V8OscillatorNodeCustom.cpp',
214 'v8/custom/V8PannerNodeCustom.cpp', 213 'v8/custom/V8PannerNodeCustom.cpp',
215 'v8/custom/V8PerformanceEntryCustom.cpp', 214 'v8/custom/V8PerformanceEntryCustom.cpp',
216 'v8/custom/V8PopStateEventCustom.cpp', 215 'v8/custom/V8PopStateEventCustom.cpp',
217 'v8/custom/V8PromiseCustom.cpp', 216 'v8/custom/V8PromiseCustom.cpp',
218 'v8/custom/V8SQLResultSetRowListCustom.cpp', 217 'v8/custom/V8SQLResultSetRowListCustom.cpp',
219 'v8/custom/V8SQLTransactionCustom.cpp', 218 'v8/custom/V8SQLTransactionCustom.cpp',
220 'v8/custom/V8SQLTransactionSyncCustom.cpp', 219 'v8/custom/V8SQLTransactionSyncCustom.cpp',
221 'v8/custom/V8SVGElementCustom.cpp', 220 'v8/custom/V8SVGElementCustom.cpp',
222 'v8/custom/V8SVGPathSegCustom.cpp', 221 'v8/custom/V8SVGPathSegCustom.cpp',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp', 269 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 5.cpp',
271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp', 270 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 6.cpp',
272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp', 271 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 7.cpp',
273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp', 272 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 8.cpp',
274 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp', 273 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8DerivedSources1 9.cpp',
275 ], 274 ],
276 }], 275 }],
277 ], 276 ],
278 }, 277 },
279 } 278 }
OLDNEW
« no previous file with comments | « no previous file | Source/bindings/v8/custom/V8NodeListCustom.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698