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', |