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

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: Trying blindly to resolve circular dependency Created 4 years, 10 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 1606cc1401de4a38cd70af13e54e3d0051138410..7df6e356b75401344bbc9fbae7aef37975baf839 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -267,6 +267,7 @@
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
+ 'streams/UnderlyingSourceBase.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
'svg/SVGAnimateElement.idl',
@@ -2159,12 +2160,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