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

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

Issue 361863003: Add a helper for implementing Promise-valued properties. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove a RefCountedWillBeGarbageCollected. 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/core/v8/v8.gypi
diff --git a/Source/bindings/core/v8/v8.gypi b/Source/bindings/core/v8/v8.gypi
index 1356aadcb760c39a24d3fec41044cf4725412d5a..1c19c37d219c344d61c8c0baa702cbcdfabd27c4 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -74,6 +74,9 @@
'ScriptPromise.h',
'ScriptPromiseResolver.cpp',
'ScriptPromiseResolver.h',
+ 'ScriptPromiseProperty.h',
+ 'ScriptPromisePropertyBase.cpp',
+ 'ScriptPromisePropertyBase.h',
'ScriptRegexp.cpp',
'ScriptRegexp.h',
'ScriptSourceCode.h',
@@ -155,6 +158,7 @@
],
'bindings_core_v8_unittest_files': [
'ScriptPromiseTest.cpp',
+ 'ScriptPromisePropertyTest.cpp',
],
},
}

Powered by Google App Engine
This is Rietveld 408576698