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

Unified Diff: .gn

Issue 2790623004: Ship WritableStream (Closed)
Patch Set: Add layout test stable interface expectation changes 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
« 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 3a4299fe6b32e9f8e9a25fc134b4fe0e01cf1ef9..05029df877d922b8f9ff74e5ddfc9e547309f865 100644
--- a/.gn
+++ b/.gn
@@ -38,11 +38,9 @@ default_args = {
"//third_party/WebKit/Source/core/streams/ByteLengthQueuingStrategy.js",
"//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/ReadableStreamExperimentalPipeTo.js",
"//third_party/WebKit/Source/core/streams/WritableStream.js",
]
+ v8_experimental_extra_library_files = [ "//third_party/WebKit/Source/core/streams/ReadableStreamExperimentalPipeTo.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/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