Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 845ab5a1dc0e57e095f8a20bf10c1043755b2221..b8403d8fde3851b7613c121a3349407bb013b23e 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1521,9 +1521,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', |
], |
# Use brlapi from brltty for braille display support. |