Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: Source/core/core.gypi

Issue 407453002: ReadableStream initial implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/streams/ReadableStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | Source/core/streams/ReadableStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698