Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 720c03c9abb5585ce8511cac8f29c7467c026443..4c5f49828a3c3a09dba74a4cad1043553ab4b9fa 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -289,6 +289,7 @@ |
'plugins/PluginArray.idl', |
'storage/Storage.idl', |
'storage/StorageEvent.idl', |
+ 'streams/ExclusiveStreamReader.idl', |
'streams/ReadableStream.idl', |
'streams/Stream.idl', |
'svg/SVGAElement.idl', |
@@ -1925,6 +1926,8 @@ |
'storage/StorageNamespace.h', |
'storage/StorageNamespaceController.cpp', |
'storage/StorageNamespaceController.h', |
+ 'streams/ExclusiveStreamReader.cpp', |
+ 'streams/ExclusiveStreamReader.h', |
'streams/ReadableStream.cpp', |
'streams/ReadableStream.h', |
'streams/ReadableStreamImpl.h', |
@@ -3758,6 +3761,7 @@ |
'rendering/style/OutlineValueTest.cpp', |
'rendering/style/RenderStyleTest.cpp', |
'rendering/style/SVGRenderStyleTest.cpp', |
+ 'streams/ExclusiveStreamReaderTest.cpp', |
'streams/ReadableStreamTest.cpp', |
'testing/PrivateScriptTestTest.cpp', |
'testing/UnitTestHelpers.cpp', |