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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/streams/ReadableByteStream.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'input/InputDeviceCapabilities.idl', 260 'input/InputDeviceCapabilities.idl',
261 'inspector/InspectorOverlayHost.idl', 261 'inspector/InspectorOverlayHost.idl',
262 'loader/appcache/ApplicationCache.idl', 262 'loader/appcache/ApplicationCache.idl',
263 'observer/ResizeObserver.idl', 263 'observer/ResizeObserver.idl',
264 'observer/ResizeObserverCallback.idl', 264 'observer/ResizeObserverCallback.idl',
265 'observer/ResizeObserverEntry.idl', 265 'observer/ResizeObserverEntry.idl',
266 'page/EventSource.idl', 266 'page/EventSource.idl',
267 'page/PagePopupController.idl', 267 'page/PagePopupController.idl',
268 'page/scrolling/ScrollState.idl', 268 'page/scrolling/ScrollState.idl',
269 'page/scrolling/ScrollStateCallback.idl', 269 'page/scrolling/ScrollStateCallback.idl',
270 'streams/ReadableByteStream.idl',
271 'streams/ReadableByteStreamReader.idl',
272 'streams/ReadableStreamReader.idl',
273 'streams/Stream.idl', 270 'streams/Stream.idl',
274 'streams/UnderlyingSourceBase.idl', 271 'streams/UnderlyingSourceBase.idl',
275 'svg/SVGAElement.idl', 272 'svg/SVGAElement.idl',
276 'svg/SVGAngle.idl', 273 'svg/SVGAngle.idl',
277 'svg/SVGAnimateElement.idl', 274 'svg/SVGAnimateElement.idl',
278 'svg/SVGAnimateMotionElement.idl', 275 'svg/SVGAnimateMotionElement.idl',
279 'svg/SVGAnimateTransformElement.idl', 276 'svg/SVGAnimateTransformElement.idl',
280 'svg/SVGAnimatedAngle.idl', 277 'svg/SVGAnimatedAngle.idl',
281 'svg/SVGAnimatedBoolean.idl', 278 'svg/SVGAnimatedBoolean.idl',
282 'svg/SVGAnimatedEnumeration.idl', 279 'svg/SVGAnimatedEnumeration.idl',
(...skipping 1915 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'paint/ThemePainterMac.h', 2195 'paint/ThemePainterMac.h',
2199 'paint/Transform3DRecorder.cpp', 2196 'paint/Transform3DRecorder.cpp',
2200 'paint/Transform3DRecorder.h', 2197 'paint/Transform3DRecorder.h',
2201 'paint/TransformRecorder.cpp', 2198 'paint/TransformRecorder.cpp',
2202 'paint/TransformRecorder.h', 2199 'paint/TransformRecorder.h',
2203 'paint/VideoPainter.cpp', 2200 'paint/VideoPainter.cpp',
2204 'paint/VideoPainter.h', 2201 'paint/VideoPainter.h',
2205 'paint/ViewPainter.cpp', 2202 'paint/ViewPainter.cpp',
2206 'paint/ViewPainter.h', 2203 'paint/ViewPainter.h',
2207 'plugins/PluginView.h', 2204 'plugins/PluginView.h',
2208 'streams/ReadableByteStream.cpp',
2209 'streams/ReadableByteStream.h',
2210 'streams/ReadableByteStreamReader.h',
2211 'streams/ReadableStream.cpp',
2212 'streams/ReadableStream.h',
2213 'streams/ReadableStreamController.h', 2205 'streams/ReadableStreamController.h',
2214 'streams/ReadableStreamImpl.h',
2215 'streams/ReadableStreamOperations.cpp', 2206 'streams/ReadableStreamOperations.cpp',
2216 'streams/ReadableStreamOperations.h', 2207 'streams/ReadableStreamOperations.h',
2217 'streams/ReadableStreamReader.cpp',
2218 'streams/ReadableStreamReader.h',
2219 'streams/Stream.cpp', 2208 'streams/Stream.cpp',
2220 'streams/Stream.h', 2209 'streams/Stream.h',
2221 'streams/UnderlyingSource.h',
2222 'streams/UnderlyingSourceBase.h', 2210 'streams/UnderlyingSourceBase.h',
2223 'streams/UnderlyingSourceBase.cpp', 2211 'streams/UnderlyingSourceBase.cpp',
2224 'timing/DOMWindowPerformance.cpp', 2212 'timing/DOMWindowPerformance.cpp',
2225 'timing/DOMWindowPerformance.h', 2213 'timing/DOMWindowPerformance.h',
2226 'timing/MemoryInfo.cpp', 2214 'timing/MemoryInfo.cpp',
2227 'timing/Performance.cpp', 2215 'timing/Performance.cpp',
2228 'timing/Performance.h', 2216 'timing/Performance.h',
2229 'timing/PerformanceBase.cpp', 2217 'timing/PerformanceBase.cpp',
2230 'timing/PerformanceBase.h', 2218 'timing/PerformanceBase.h',
2231 'timing/PerformanceCompositeTiming.cpp', 2219 'timing/PerformanceCompositeTiming.cpp',
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
4234 'paint/PaintControllerPaintTest.h', 4222 'paint/PaintControllerPaintTest.h',
4235 'paint/PaintInfoTest.cpp', 4223 'paint/PaintInfoTest.cpp',
4236 'paint/PaintLayerPainterTest.cpp', 4224 'paint/PaintLayerPainterTest.cpp',
4237 'paint/PaintPropertyTreeBuilderTest.cpp', 4225 'paint/PaintPropertyTreeBuilderTest.cpp',
4238 'paint/StubChromeClientForSPv2.h', 4226 'paint/StubChromeClientForSPv2.h',
4239 'paint/SVGInlineTextBoxPainterTest.cpp', 4227 'paint/SVGInlineTextBoxPainterTest.cpp',
4240 'paint/TableCellPainterTest.cpp', 4228 'paint/TableCellPainterTest.cpp',
4241 'paint/TextPainterTest.cpp', 4229 'paint/TextPainterTest.cpp',
4242 'paint/VideoPainterTest.cpp', 4230 'paint/VideoPainterTest.cpp',
4243 'streams/ReadableStreamOperationsTest.cpp', 4231 'streams/ReadableStreamOperationsTest.cpp',
4244 'streams/ReadableStreamReaderTest.cpp',
4245 'streams/ReadableStreamTest.cpp',
4246 'style/ComputedStyleTest.cpp', 4232 'style/ComputedStyleTest.cpp',
4247 'style/OutlineValueTest.cpp', 4233 'style/OutlineValueTest.cpp',
4248 'style/SVGComputedStyleTest.cpp', 4234 'style/SVGComputedStyleTest.cpp',
4249 'svg/SVGPathParserTest.cpp', 4235 'svg/SVGPathParserTest.cpp',
4250 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4236 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4251 'svg/graphics/SVGImageTest.cpp', 4237 'svg/graphics/SVGImageTest.cpp',
4252 'testing/PrivateScriptTestTest.cpp', 4238 'testing/PrivateScriptTestTest.cpp',
4253 'timing/MemoryInfoTest.cpp', 4239 'timing/MemoryInfoTest.cpp',
4254 'timing/PerformanceBaseTest.cpp', 4240 'timing/PerformanceBaseTest.cpp',
4255 'timing/PerformanceObserverTest.cpp', 4241 'timing/PerformanceObserverTest.cpp',
4256 'workers/WorkerThreadTest.cpp', 4242 'workers/WorkerThreadTest.cpp',
4257 'workers/WorkerThreadTestHelper.h', 4243 'workers/WorkerThreadTestHelper.h',
4258 'xml/parser/SharedBufferReaderTest.cpp', 4244 'xml/parser/SharedBufferReaderTest.cpp',
4259 ], 4245 ],
4260 } 4246 }
4261 } 4247 }
OLDNEW
« 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