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

Unified Diff: Source/bindings/bindings.gypi

Issue 22470008: Implement ScriptPromise and ScriptFunction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Protect the ScriptFunction with a strong ref Created 7 years, 4 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 13a3dd776a94fea708f8ab850a6246dd0c6885ad..f83c26214b792b0c15c5a0ad89bd38deffdc6b48 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -48,6 +48,7 @@
'v8/ScriptDebugServer.h',
'v8/ScriptEventListener.cpp',
'v8/ScriptEventListener.h',
+ 'v8/ScriptFunction.h',
'v8/ScriptFunctionCall.cpp',
'v8/ScriptFunctionCall.h',
'v8/ScriptGCEvent.cpp',
@@ -60,6 +61,7 @@
'v8/ScriptObject.h',
'v8/ScriptProfiler.cpp',
'v8/ScriptProfiler.h',
+ 'v8/ScriptPromise.h',
'v8/ScriptPromiseResolver.cpp',
'v8/ScriptPromiseResolver.h',
'v8/ScriptScope.cpp',

Powered by Google App Engine
This is Rietveld 408576698