| 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 = [
|
|
|