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

Unified Diff: Source/bindings/bindings.gypi

Issue 15786003: WIP don't review: Implement Future (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 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 0fb50465934494860543064977f1f2dc376728fc..d4c2335cb0fc6600ea6444c9bf2c285df91ea159 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -70,6 +70,8 @@
'v8/V8AbstractEventListener.h',
'v8/V8AdaptorFunction.cpp',
'v8/V8AdaptorFunction.h',
+ 'v8/V8AnyCallback.cpp',
+ 'v8/V8AnyCallback.h',
'v8/V8Binding.cpp',
'v8/V8Binding.h',
'v8/V8BindingMacros.h',
@@ -88,6 +90,8 @@
'v8/V8EventListener.h',
'v8/V8EventListenerList.cpp',
'v8/V8EventListenerList.h',
+ 'v8/V8FutureInit.cpp',
+ 'v8/V8FutureInit.h',
'v8/V8GCController.cpp',
'v8/V8GCController.h',
'v8/V8GCForContextDispose.cpp',
@@ -172,6 +176,8 @@
'v8/custom/V8EventTargetCustom.cpp',
'v8/custom/V8FileReaderCustom.cpp',
'v8/custom/V8FormDataCustom.cpp',
+ 'v8/custom/V8FutureCustom.cpp',
+ 'v8/custom/V8FutureResolverCustom.cpp',
'v8/custom/V8GeolocationCustom.cpp',
'v8/custom/V8HTMLAllCollectionCustom.cpp',
'v8/custom/V8HTMLCanvasElementCustom.cpp',

Powered by Google App Engine
This is Rietveld 408576698