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

Unified Diff: build_overrides/v8.gni

Issue 1993033003: Ship "Response construction with ReadableStream". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: build_overrides/v8.gni
diff --git a/build_overrides/v8.gni b/build_overrides/v8.gni
index c39f47e3b00f082971a63e8488e3466a447c436b..5920636deb441258a233faa594fb7bff9f63b76d 100644
--- a/build_overrides/v8.gni
+++ b/build_overrides/v8.gni
@@ -18,13 +18,12 @@ v8_optimized_debug = true
# Adding V8 extras files requires API owners review
# Be sure to synchronize with build/common.gypi
-v8_extra_library_files =
- [ "../third_party/WebKit/Source/core/streams/ReadableStreamTempStub.js" ]
-v8_experimental_extra_library_files = [
+v8_extra_library_files = [
"../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 = []
if (is_android) {
v8_external_startup_data_renaming_sources = [

Powered by Google App Engine
This is Rietveld 408576698