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

Unified Diff: .gn

Issue 2792513002: Ship ReadableStream pipeTo() (Closed)
Patch Set: Updates to stable interfaces in layout tests Created 3 years, 9 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: .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

Powered by Google App Engine
This is Rietveld 408576698