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

Unified Diff: Source/bindings/bindings.gypi

Issue 23254004: Implement ScriptPromise and ScriptFunction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Control shouldn't reach the end of a non-void function 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 ea464a3cbbc68fe165cd01abf0a20605c5dee273..d827c8d56fed9ed62b6114a4a0835f9f48cb1626 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -50,6 +50,7 @@
'v8/ScriptDebugServer.h',
'v8/ScriptEventListener.cpp',
'v8/ScriptEventListener.h',
+ 'v8/ScriptFunction.h',
'v8/ScriptFunctionCall.cpp',
'v8/ScriptFunctionCall.h',
'v8/ScriptGCEvent.cpp',
@@ -62,6 +63,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