| 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',
|
|
|