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

Unified Diff: 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: Created 5 years, 6 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index dd3288f0bcf6876a8c54b3c57ab3bb10056100c8..1f43a4c4af51107873369d854e733f0754eda343 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -289,11 +289,13 @@
'page/EventSource.idl',
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
+ 'streams/QueuingStrategyBase.idl',
'streams/ReadableByteStream.idl',
'streams/ReadableByteStreamReader.idl',
'streams/ReadableStream.idl',
'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
+ 'streams/UnderlyingSourceBase.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
'svg/SVGAnimateElement.idl',
@@ -1983,17 +1985,24 @@
'plugins/PluginView.h',
'plugins/testing/DictionaryPluginPlaceholder.h',
'plugins/testing/DocumentFragmentPluginPlaceholder.h',
+ 'streams/QueuingStrategyBase.cpp',
+ 'streams/QueuingStrategyBase.h',
'streams/ReadableByteStream.cpp',
'streams/ReadableByteStream.h',
'streams/ReadableByteStreamReader.h',
'streams/ReadableStream.cpp',
'streams/ReadableStream.h',
+ 'streams/ReadableStream2.cpp',
+ 'streams/ReadableStream2.h',
+ 'streams/ReadableStreamController.h',
'streams/ReadableStreamImpl.h',
'streams/ReadableStreamReader.cpp',
'streams/ReadableStreamReader.h',
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
+ 'streams/UnderlyingSourceBase.cpp',
+ 'streams/UnderlyingSourceBase.h',
'timing/ConsoleMemory.cpp',
'timing/ConsoleMemory.h',
'timing/DOMWindowPerformance.cpp',

Powered by Google App Engine
This is Rietveld 408576698