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

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

Issue 1492763002: Add a utility class to call stream methods implemented with v8 extras. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-extra-switch
Patch Set: Created 5 years 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: third_party/WebKit/Source/bindings/core/v8/v8.gypi
diff --git a/third_party/WebKit/Source/bindings/core/v8/v8.gypi b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
index ebf98414e48f70012e2ca6512db3d014d48e0f12..781f2b5d0fa70d638db63628675653a3ee5e6039 100644
--- a/third_party/WebKit/Source/bindings/core/v8/v8.gypi
+++ b/third_party/WebKit/Source/bindings/core/v8/v8.gypi
@@ -48,6 +48,8 @@
'OnStackObjectChecker.h',
'PrivateScriptRunner.cpp',
'PrivateScriptRunner.h',
+ 'ReadableStreamOperations.cpp',
+ 'ReadableStreamOperations.h',
'RejectedPromises.cpp',
'RejectedPromises.h',
'RetainedDOMInfo.cpp',
@@ -180,6 +182,7 @@
'npruntime_priv.h',
],
'bindings_core_v8_unittest_files': [
+ 'ReadableStreamOperationsTest.cpp',
'ScriptPromisePropertyTest.cpp',
'ScriptPromiseResolverTest.cpp',
'ScriptPromiseTest.cpp',
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/V8BindingMacros.h ('k') | third_party/WebKit/Source/core/streams/ReadableStream.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698