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

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

Issue 17505004: Introduce Promises. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'v8/custom/V8MessageChannelCustom.cpp', 193 'v8/custom/V8MessageChannelCustom.cpp',
194 'v8/custom/V8MessageEventCustom.cpp', 194 'v8/custom/V8MessageEventCustom.cpp',
195 'v8/custom/V8MessagePortCustom.cpp', 195 'v8/custom/V8MessagePortCustom.cpp',
196 'v8/custom/V8MutationObserverCustom.cpp', 196 'v8/custom/V8MutationObserverCustom.cpp',
197 'v8/custom/V8NodeCustom.cpp', 197 'v8/custom/V8NodeCustom.cpp',
198 'v8/custom/V8NodeListCustom.cpp', 198 'v8/custom/V8NodeListCustom.cpp',
199 'v8/custom/V8OscillatorNodeCustom.cpp', 199 'v8/custom/V8OscillatorNodeCustom.cpp',
200 'v8/custom/V8PannerNodeCustom.cpp', 200 'v8/custom/V8PannerNodeCustom.cpp',
201 'v8/custom/V8PerformanceEntryCustom.cpp', 201 'v8/custom/V8PerformanceEntryCustom.cpp',
202 'v8/custom/V8PopStateEventCustom.cpp', 202 'v8/custom/V8PopStateEventCustom.cpp',
203 'v8/custom/V8PromiseCustom.cpp',
204 'v8/custom/V8PromiseResolverCustom.cpp',
203 'v8/custom/V8SQLResultSetRowListCustom.cpp', 205 'v8/custom/V8SQLResultSetRowListCustom.cpp',
204 'v8/custom/V8SQLTransactionCustom.cpp', 206 'v8/custom/V8SQLTransactionCustom.cpp',
205 'v8/custom/V8SQLTransactionSyncCustom.cpp', 207 'v8/custom/V8SQLTransactionSyncCustom.cpp',
206 'v8/custom/V8SVGDocumentCustom.cpp', 208 'v8/custom/V8SVGDocumentCustom.cpp',
207 'v8/custom/V8SVGElementCustom.cpp', 209 'v8/custom/V8SVGElementCustom.cpp',
208 'v8/custom/V8SVGLengthCustom.cpp', 210 'v8/custom/V8SVGLengthCustom.cpp',
209 'v8/custom/V8SVGPathSegCustom.cpp', 211 'v8/custom/V8SVGPathSegCustom.cpp',
210 'v8/custom/V8StyleSheetCustom.cpp', 212 'v8/custom/V8StyleSheetCustom.cpp',
211 'v8/custom/V8TextCustom.cpp', 213 'v8/custom/V8TextCustom.cpp',
212 'v8/custom/V8TrackEventCustom.cpp', 214 'v8/custom/V8TrackEventCustom.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
248 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
249 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
250 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
252 ], 254 ],
253 }], 255 }],
254 ], 256 ],
255 }, 257 },
256 } 258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698