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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 2227403002: Remove blink::ReadableStream (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 4 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 | third_party/WebKit/Source/core/streams/ReadableByteStream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index fbc81471e80acd97f3a9bc65c3c7cae5b0e683aa..f874f85f9b306d2571cf50cae4bf58eb6618e0d7 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -267,9 +267,6 @@
'page/PagePopupController.idl',
'page/scrolling/ScrollState.idl',
'page/scrolling/ScrollStateCallback.idl',
- 'streams/ReadableByteStream.idl',
- 'streams/ReadableByteStreamReader.idl',
- 'streams/ReadableStreamReader.idl',
'streams/Stream.idl',
'streams/UnderlyingSourceBase.idl',
'svg/SVGAElement.idl',
@@ -2205,20 +2202,11 @@
'paint/ViewPainter.cpp',
'paint/ViewPainter.h',
'plugins/PluginView.h',
- 'streams/ReadableByteStream.cpp',
- 'streams/ReadableByteStream.h',
- 'streams/ReadableByteStreamReader.h',
- 'streams/ReadableStream.cpp',
- 'streams/ReadableStream.h',
'streams/ReadableStreamController.h',
- 'streams/ReadableStreamImpl.h',
'streams/ReadableStreamOperations.cpp',
'streams/ReadableStreamOperations.h',
- 'streams/ReadableStreamReader.cpp',
- 'streams/ReadableStreamReader.h',
'streams/Stream.cpp',
'streams/Stream.h',
- 'streams/UnderlyingSource.h',
'streams/UnderlyingSourceBase.h',
'streams/UnderlyingSourceBase.cpp',
'timing/DOMWindowPerformance.cpp',
@@ -4241,8 +4229,6 @@
'paint/TextPainterTest.cpp',
'paint/VideoPainterTest.cpp',
'streams/ReadableStreamOperationsTest.cpp',
- 'streams/ReadableStreamReaderTest.cpp',
- 'streams/ReadableStreamTest.cpp',
'style/ComputedStyleTest.cpp',
'style/OutlineValueTest.cpp',
'style/SVGComputedStyleTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/streams/ReadableByteStream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698