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

Unified Diff: build_overrides/v8.gni

Issue 2453713003: Implementation of WritableStream (Closed)
Patch Set: Add global-interface-listing-service-worker Created 4 years, 1 month 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 f50e6b42d2e9234bf1a9368534c03389c8bbafb3..ad9faa4f044c4e734d9feb77c205d3fbc814f4d5 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -18,6 +18,7 @@ v8_extra_library_files = [
"../third_party/WebKit/Source/core/streams/CountQueuingStrategy.js",
"../third_party/WebKit/Source/core/streams/ReadableStream.js",
]
-v8_experimental_extra_library_files = []
+v8_experimental_extra_library_files =
+ [ "../third_party/WebKit/Source/core/streams/WritableStream.js" ]
tyoshino (SeeGerritForStatus) 2016/11/01 04:58:05 use the same format as v8_extra_library_files? Or
Adam Rice 2016/11/01 05:13:12 Yes. This is enforced by the PRESUBMIT.
v8_enable_inspector_override = true

Powered by Google App Engine
This is Rietveld 408576698