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

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 fecca677b6b30d37684ac8ae269cd106706c0d9a..273dc2b3fc925ad243b793df582195b7b8d97f31 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -292,8 +292,8 @@
'plugins/MimeTypeArray.idl',
'plugins/Plugin.idl',
'plugins/PluginArray.idl',
- 'streams/ExclusiveStreamReader.idl',
'streams/ReadableStream.idl',
+ 'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
'svg/SVGAElement.idl',
'svg/SVGAngle.idl',
@@ -1945,11 +1945,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',
@@ -3813,7 +3813,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