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

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: Add ActiveDOMObject check 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..2ab077223173562123f2f1094ddbede84039badb 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',
@@ -2143,12 +2144,15 @@
'streams/ReadableByteStreamReader.h',
'streams/ReadableStream.cpp',
'streams/ReadableStream.h',
+ 'streams/ReadableStreamController.h',
'streams/ReadableStreamImpl.h',
'streams/ReadableStreamReader.cpp',
'streams/ReadableStreamReader.h',
'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