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

Unified Diff: .gn

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)
Patch Set: Add a comment explaining the purpose of the asserts in PipeTo Created 3 years, 8 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/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('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 05029df877d922b8f9ff74e5ddfc9e547309f865..4518d9979f0b884a6812ab3495af324044623f31 100644
--- a/.gn
+++ b/.gn
@@ -40,7 +40,7 @@ default_args = {
"//third_party/WebKit/Source/core/streams/ReadableStream.js",
"//third_party/WebKit/Source/core/streams/WritableStream.js",
]
- v8_experimental_extra_library_files = [ "//third_party/WebKit/Source/core/streams/ReadableStreamExperimentalPipeTo.js" ]
+ v8_experimental_extra_library_files = []
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/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698