Index: Source/core/core.gypi |
diff --git a/Source/core/core.gypi b/Source/core/core.gypi |
index 886b1c1aa0e7e11aafdd22012af455b263293b68..ff0bc2889e222892efa4875f2a0b6adf77428ba1 100644 |
--- a/Source/core/core.gypi |
+++ b/Source/core/core.gypi |
@@ -1769,8 +1769,11 @@ |
'storage/StorageEvent.h', |
'storage/StorageNamespace.cpp', |
'storage/StorageNamespace.h', |
+ 'streams/ReadableStream.cpp', |
+ 'streams/ReadableStream.h', |
'streams/Stream.cpp', |
'streams/Stream.h', |
+ 'streams/UnderlyingSource.h', |
'timing/MemoryInfo.cpp', |
'timing/Performance.cpp', |
'timing/Performance.h', |
@@ -3416,6 +3419,7 @@ |
'rendering/RenderTableCellTest.cpp', |
'rendering/RenderTableRowTest.cpp', |
'rendering/shapes/BoxShapeTest.cpp', |
+ 'streams/ReadableStreamTest.cpp', |
'testing/UnitTestHelpers.cpp', |
'testing/UnitTestHelpers.h', |
'xml/parser/SharedBufferReaderTest.cpp', |