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

Unified Diff: Source/core/core.gypi

Issue 1001233002: Streams Implementation Update: Reader name and Stream methods (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c156ac6421556a6d5336763095eb4aec579d2ff1..232b4bedde409b8dd384912ceca1665abd94c1df 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -288,8 +288,8 @@
'page/EventSource.idl',
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
- 'streams/ExclusiveStreamReader.idl',
'streams/ReadableStream.idl',
+ 'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
@@ -1930,11 +1930,11 @@
'plugins/PluginView.h',
'plugins/testing/DictionaryPluginPlaceholder.h',
'plugins/testing/DocumentFragmentPluginPlaceholder.h',
- 'streams/ExclusiveStreamReader.cpp',
- 'streams/ExclusiveStreamReader.h',
'streams/ReadableStream.cpp',
'streams/ReadableStream.h',
'streams/ReadableStreamImpl.h',
+ 'streams/ReadableStreamReader.cpp',
+ 'streams/ReadableStreamReader.h',
'streams/Stream.cpp',
'streams/Stream.h',
'streams/UnderlyingSource.h',
@@ -3800,7 +3800,7 @@
'paint/LayoutObjectDrawingRecorderTest.cpp',
'paint/TextPainterTest.cpp',
'paint/ViewDisplayListTest.cpp',
- 'streams/ExclusiveStreamReaderTest.cpp',
+ 'streams/ReadableStreamReaderTest.cpp',
'streams/ReadableStreamTest.cpp',
'testing/PrivateScriptTestTest.cpp',
'testing/UnitTestHelpers.cpp',

Powered by Google App Engine
This is Rietveld 408576698