| Index: Source/core/core.gypi
|
| diff --git a/Source/core/core.gypi b/Source/core/core.gypi
|
| index c4be26c8c16d86dbc93de4a811faeec9254cf6aa..40f5d111d7390c9c7a4bc1642b8d0e92515dc86e 100644
|
| --- a/Source/core/core.gypi
|
| +++ b/Source/core/core.gypi
|
| @@ -1782,8 +1782,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',
|
| @@ -3441,6 +3444,7 @@
|
| 'rendering/RenderTableRowTest.cpp',
|
| 'rendering/shapes/BoxShapeTest.cpp',
|
| 'testing/PrivateScriptTestTest.cpp',
|
| + 'streams/ReadableStreamTest.cpp',
|
| 'testing/UnitTestHelpers.cpp',
|
| 'testing/UnitTestHelpers.h',
|
| 'xml/parser/SharedBufferReaderTest.cpp',
|
|
|