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

Unified Diff: Source/bindings/bindings.gypi

Issue 24403002: [ABANDONED] Implement ThenableCoercions for AP2 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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/ThenableCoercions.h » ('j') | no next file with comments »
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 68308c53695a652992b40b3fdb918e43ca5e5796..689fac5d606c7ea949d5fff35de3982fe91b40bd 100644
--- a/Source/bindings/bindings.gypi
+++ b/Source/bindings/bindings.gypi
@@ -80,6 +80,8 @@
'v8/SerializedScriptValue.cpp',
'v8/SerializedScriptValue.h',
'v8/SharedPersistent.h',
+ 'v8/ThenableCoercions.cpp',
+ 'v8/ThenableCoercions.h',
'v8/UnsafePersistent.h',
'v8/V8AbstractEventListener.cpp',
'v8/V8AbstractEventListener.h',
@@ -254,6 +256,7 @@
'bindings_unittest_files': [
'v8/IDBBindingUtilitiesTest.cpp',
'v8/ScriptPromiseResolverTest.cpp',
+ 'v8/ThenableCoercionsTest.cpp',
],
'conditions': [
['OS=="win" and buildtype=="Official"', {
« no previous file with comments | « no previous file | Source/bindings/v8/ThenableCoercions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698