Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(237)

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1167343002: Add methods for creating V8 extras-based ReadableStreams from C++ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on smaller CLs; move ReadableStreamController Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index 132bf452e096285a490a49880a08c7282c6e9742..b70843a40bc24eca171d2c8b348effa346957be2 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -263,6 +263,7 @@
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
+ 'streams/UnderlyingSourceBase.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
'svg/SVGAnimateElement.idl',
@@ -2149,6 +2150,8 @@
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
+ 'streams/UnderlyingSourceBase.h',
+ 'streams/UnderlyingSourceBase.cpp',
'timing/ConsoleMemory.cpp',
'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',

Powered by Google App Engine
This is Rietveld 408576698