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

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: More feedback. Keeping separate header file for now. 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
« no previous file with comments | « Source/bindings/core/v8/V8HiddenValue.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..a16027d0b42976608b7919c1c34af0bafeb885bb 100644
--- a/Source/bindings/core/v8/v8.gypi
+++ b/Source/bindings/core/v8/v8.gypi
@@ -74,6 +74,10 @@
'ScriptPromise.h',
'ScriptPromiseResolver.cpp',
'ScriptPromiseResolver.h',
+ 'ScriptPromiseProperties.h',
+ 'ScriptPromiseProperty.h',
+ 'ScriptPromisePropertyBase.cpp',
+ 'ScriptPromisePropertyBase.h',
'ScriptRegexp.cpp',
'ScriptRegexp.h',
'ScriptSourceCode.h',
@@ -155,6 +159,7 @@
],
'bindings_core_v8_unittest_files': [
'ScriptPromiseTest.cpp',
+ 'ScriptPromisePropertyTest.cpp',
],
},
}
« no previous file with comments | « Source/bindings/core/v8/V8HiddenValue.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698