Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 3127091b17cce42e60a2d220c2a8e6fee79225f1..627c72e08fd8bb0cc89c02fed2ae7a6e683cd889 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -288,6 +288,7 @@ |
'plugins/PluginArray.idl', |
'storage/Storage.idl', |
'storage/StorageEvent.idl', |
+ 'streams/ExclusiveStreamReader.idl', |
'streams/ReadableStream.idl', |
'streams/Stream.idl', |
'svg/SVGAElement.idl', |
@@ -1929,6 +1930,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', |
@@ -3763,6 +3766,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', |