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

Unified Diff: .gn

Issue 2561443004: Implementation of ReadableStream pipeTo and pipeThrough (Closed)
Patch Set: Rebase and move includes to .gn 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gn
diff --git a/.gn b/.gn
index 264ffacab2fa03e9fb0d88b04ee56c06231f937d..be1fb7219f8973a156df2f25ecb26d6e25329299 100644
--- a/.gn
+++ b/.gn
@@ -31,8 +31,10 @@ default_args = {
"//third_party/WebKit/Source/core/streams/CountQueuingStrategy.js",
"//third_party/WebKit/Source/core/streams/ReadableStream.js",
]
- 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 = true
v8_enable_gdbjit = false
v8_imminent_deprecation_warnings = false
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/TestExpectations » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698