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

Unified Diff: Source/bindings/v8/v8.gypi

Issue 361863003: Add a helper for implementing Promise-valued properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/v8/v8.gypi
diff --git a/Source/bindings/v8/v8.gypi b/Source/bindings/v8/v8.gypi
index 95f05bef87848e9d6b0b3e2f46e381d6a169d6ba..b093623b5fb17dc8bffec5b693037e694756810c 100644
--- a/Source/bindings/v8/v8.gypi
+++ b/Source/bindings/v8/v8.gypi
@@ -78,6 +78,9 @@
'ScriptPromise.h',
'ScriptPromiseResolver.cpp',
'ScriptPromiseResolver.h',
+ 'ScriptPromiseProperty.h',
+ 'ScriptPromisePropertyBase.cpp',
+ 'ScriptPromisePropertyBase.h',
'ScriptRegexp.cpp',
'ScriptRegexp.h',
'ScriptSourceCode.h',
@@ -160,6 +163,7 @@
'bindings_v8_unittest_files': [
'IDBBindingUtilitiesTest.cpp',
'ScriptPromiseTest.cpp',
+ 'ScriptPromisePropertyTest.cpp',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698