diff --git a/common.gypi b/common.gypi index 67348d424..8d597936c 100644 --- a/common.gypi +++ b/common.gypi @@ -1540,13 +1540,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,