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

Unified Diff: build_overrides/v8.gni

Issue 2561443004: Implementation of ReadableStream pipeTo and pipeThrough (Closed)
Patch Set: Stop waiting for writes to terminate at shutdown Created 3 years, 11 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: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index 59132e3caa4bf2fb0c537e58c5cad8daa16893e4..7bce8b99cf28437854fc7d59178a10042a015702 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -19,7 +19,9 @@ _v8_extras = [
v8_extra_library_files = _v8_extras_dependencies + _v8_extras
-v8_experimental_extra_library_files =
- [ "//third_party/WebKit/Source/core/streams/WritableStream.js" ]
+v8_experimental_extra_library_files = [
+ "//third_party/WebKit/Source/core/streams/ReadableStreamExperimentalPipeTo.js",
+ "//third_party/WebKit/Source/core/streams/WritableStream.js",
+]
v8_enable_inspector_override = true

Powered by Google App Engine
This is Rietveld 408576698