| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 88b412195fbf741eeab39217c4bee72bf9cbac44..908c993ef766a9b150cf94503b901ba27087660b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1552,13 +1552,12 @@
|
| # Be sure to synchronize with build/module_args/v8.gni
|
|
|
| 'v8_extra_library_files': [
|
| - '../third_party/WebKit/Source/core/streams/ReadableStreamTempStub.js',
|
| - ],
|
| - 'v8_experimental_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': [
|
| + ],
|
|
|
| # Use brlapi from brltty for braille display support.
|
| 'use_brlapi%': 0,
|
|
|