Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 91a14a735cb8f5dd87a2cff45e9c31df00c572a8..df9b3eec446d730318d1a30aeb9bebd29079b4cc 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -295,6 +295,7 @@ |
'streams/ReadableStream.idl', |
'streams/ReadableStreamReader.idl', |
'streams/Stream.idl', |
+ 'streams/UnderlyingSourceBase.idl', |
'svg/SVGAElement.idl', |
'svg/SVGAngle.idl', |
'svg/SVGAnimateElement.idl', |
@@ -2009,12 +2010,17 @@ |
'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', |
@@ -3750,6 +3756,9 @@ |
'testing/LayerRect.idl', |
'testing/LayerRectList.idl', |
'testing/PrivateScriptTest.idl', |
+ 'testing/ReadableStreamTestCase.idl', |
+ 'testing/ReadableStreamTestRequest.idl', |
+ 'testing/ReadableStreamTestSource.idl', |
'testing/RefCountedScriptWrappable.idl', |
'testing/TypeConversions.idl', |
'testing/UnionTypesTest.idl', |
@@ -3797,6 +3806,11 @@ |
'testing/NullExecutionContext.h', |
'testing/PrivateScriptTest.cpp', |
'testing/PrivateScriptTest.h', |
+ 'testing/ReadableStreamTestCase.cpp', |
+ 'testing/ReadableStreamTestCase.h', |
+ 'testing/ReadableStreamTestRequest.cpp', |
+ 'testing/ReadableStreamTestRequest.h', |
+ 'testing/ReadableStreamTestSource.h', |
'testing/RefCountedScriptWrappable.cpp', |
'testing/RefCountedScriptWrappable.h', |
'testing/TypeConversions.h', |