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

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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 'v8/custom/V8MessageChannelCustom.cpp', 197 'v8/custom/V8MessageChannelCustom.cpp',
198 'v8/custom/V8MessageEventCustom.cpp', 198 'v8/custom/V8MessageEventCustom.cpp',
199 'v8/custom/V8MessagePortCustom.cpp', 199 'v8/custom/V8MessagePortCustom.cpp',
200 'v8/custom/V8MutationObserverCustom.cpp', 200 'v8/custom/V8MutationObserverCustom.cpp',
201 'v8/custom/V8NodeCustom.cpp', 201 'v8/custom/V8NodeCustom.cpp',
202 'v8/custom/V8NodeListCustom.cpp', 202 'v8/custom/V8NodeListCustom.cpp',
203 'v8/custom/V8OscillatorNodeCustom.cpp', 203 'v8/custom/V8OscillatorNodeCustom.cpp',
204 'v8/custom/V8PannerNodeCustom.cpp', 204 'v8/custom/V8PannerNodeCustom.cpp',
205 'v8/custom/V8PerformanceEntryCustom.cpp', 205 'v8/custom/V8PerformanceEntryCustom.cpp',
206 'v8/custom/V8PopStateEventCustom.cpp', 206 'v8/custom/V8PopStateEventCustom.cpp',
207 'v8/custom/V8PromiseCustom.cpp',
208 'v8/custom/V8PromiseResolverCustom.cpp',
207 'v8/custom/V8SQLResultSetRowListCustom.cpp', 209 'v8/custom/V8SQLResultSetRowListCustom.cpp',
208 'v8/custom/V8SQLTransactionCustom.cpp', 210 'v8/custom/V8SQLTransactionCustom.cpp',
209 'v8/custom/V8SQLTransactionSyncCustom.cpp', 211 'v8/custom/V8SQLTransactionSyncCustom.cpp',
210 'v8/custom/V8SVGDocumentCustom.cpp', 212 'v8/custom/V8SVGDocumentCustom.cpp',
211 'v8/custom/V8SVGElementCustom.cpp', 213 'v8/custom/V8SVGElementCustom.cpp',
212 'v8/custom/V8SVGLengthCustom.cpp', 214 'v8/custom/V8SVGLengthCustom.cpp',
213 'v8/custom/V8SVGPathSegCustom.cpp', 215 'v8/custom/V8SVGPathSegCustom.cpp',
214 'v8/custom/V8StyleSheetCustom.cpp', 216 'v8/custom/V8StyleSheetCustom.cpp',
215 'v8/custom/V8TextCustom.cpp', 217 'v8/custom/V8TextCustom.cpp',
216 'v8/custom/V8TrackEventCustom.cpp', 218 'v8/custom/V8TrackEventCustom.cpp',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp', 253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 15.cpp',
252 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp', 254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 16.cpp',
253 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp', 255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 17.cpp',
254 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp', 256 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 18.cpp',
255 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp', 257 '<(SHARED_INTERMEDIATE_DIR)/webkit/bindings/V8DerivedSources 19.cpp',
256 ], 258 ],
257 }], 259 }],
258 ], 260 ],
259 }, 261 },
260 } 262 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698