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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 2665c5fb4433a616a47927b51113671c1e9cbb74..efb75166df746a37642a34de1ff45eff14a4af58 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -200,6 +200,8 @@
'v8/custom/V8PannerNodeCustom.cpp',
'v8/custom/V8PerformanceEntryCustom.cpp',
'v8/custom/V8PopStateEventCustom.cpp',
+ 'v8/custom/V8PromiseCustom.cpp',
+ 'v8/custom/V8PromiseResolverCustom.cpp',
'v8/custom/V8SQLResultSetRowListCustom.cpp',
'v8/custom/V8SQLTransactionCustom.cpp',
'v8/custom/V8SQLTransactionSyncCustom.cpp',

Powered by Google App Engine
This is Rietveld 408576698