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

Unified Diff: Source/bindings/bindings.gypi

Issue 22470008: Implement ScriptPromise and ScriptFunction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptFunction.h » ('j') | Source/bindings/v8/ScriptFunction.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/bindings.gypi
diff --git a/Source/bindings/bindings.gypi b/Source/bindings/bindings.gypi
index 13a3dd776a94fea708f8ab850a6246dd0c6885ad..a67cb5614ec5288db1bdf65ee4127a85f93ea5f5 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',
@@ -250,6 +252,7 @@
'bindings_unittest_files': [
'v8/IDBBindingUtilitiesTest.cpp',
'v8/ScriptPromiseResolverTest.cpp',
+ 'v8/ScriptPromiseTest.cpp',
],
'conditions': [
['OS=="win" and buildtype=="Official"', {
« no previous file with comments | « no previous file | Source/bindings/v8/ScriptFunction.h » ('j') | Source/bindings/v8/ScriptFunction.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698