| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index 3724f2f624acde4d94407cca4febf0701d1de656..296b90b603e9f98d026710c76ca8f88ec627b14d 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,
|
|
|