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

Side by Side Diff: media/media.gyp

Issue 418143005: media: Introduce Renderer interface and RendererImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add real RendererImpl Created 6 years, 5 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'base/media_win.cc', 297 'base/media_win.cc',
298 'base/multi_channel_resampler.cc', 298 'base/multi_channel_resampler.cc',
299 'base/multi_channel_resampler.h', 299 'base/multi_channel_resampler.h',
300 'base/pipeline.cc', 300 'base/pipeline.cc',
301 'base/pipeline.h', 301 'base/pipeline.h',
302 'base/pipeline_status.h', 302 'base/pipeline_status.h',
303 'base/player_tracker.cc', 303 'base/player_tracker.cc',
304 'base/player_tracker.h', 304 'base/player_tracker.h',
305 'base/ranges.cc', 305 'base/ranges.cc',
306 'base/ranges.h', 306 'base/ranges.h',
307 'base/renderer.cc',
308 'base/renderer.h',
307 'base/sample_format.cc', 309 'base/sample_format.cc',
308 'base/sample_format.h', 310 'base/sample_format.h',
309 'base/scoped_histogram_timer.h', 311 'base/scoped_histogram_timer.h',
310 'base/seekable_buffer.cc', 312 'base/seekable_buffer.cc',
311 'base/seekable_buffer.h', 313 'base/seekable_buffer.h',
312 'base/serial_runner.cc', 314 'base/serial_runner.cc',
313 'base/serial_runner.h', 315 'base/serial_runner.h',
314 'base/simd/convert_rgb_to_yuv.h', 316 'base/simd/convert_rgb_to_yuv.h',
315 'base/simd/convert_rgb_to_yuv_c.cc', 317 'base/simd/convert_rgb_to_yuv_c.cc',
316 'base/simd/convert_yuv_to_rgb.h', 318 'base/simd/convert_yuv_to_rgb.h',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'filters/gpu_video_decoder.cc', 413 'filters/gpu_video_decoder.cc',
412 'filters/gpu_video_decoder.h', 414 'filters/gpu_video_decoder.h',
413 'filters/h264_bit_reader.cc', 415 'filters/h264_bit_reader.cc',
414 'filters/h264_bit_reader.h', 416 'filters/h264_bit_reader.h',
415 'filters/h264_parser.cc', 417 'filters/h264_parser.cc',
416 'filters/h264_parser.h', 418 'filters/h264_parser.h',
417 'filters/in_memory_url_protocol.cc', 419 'filters/in_memory_url_protocol.cc',
418 'filters/in_memory_url_protocol.h', 420 'filters/in_memory_url_protocol.h',
419 'filters/opus_audio_decoder.cc', 421 'filters/opus_audio_decoder.cc',
420 'filters/opus_audio_decoder.h', 422 'filters/opus_audio_decoder.h',
423 'filters/renderer_impl.cc',
424 'filters/renderer_impl.h',
421 'filters/skcanvas_video_renderer.cc', 425 'filters/skcanvas_video_renderer.cc',
422 'filters/skcanvas_video_renderer.h', 426 'filters/skcanvas_video_renderer.h',
423 'filters/source_buffer_platform.cc', 427 'filters/source_buffer_platform.cc',
424 'filters/source_buffer_platform.h', 428 'filters/source_buffer_platform.h',
425 'filters/source_buffer_stream.cc', 429 'filters/source_buffer_stream.cc',
426 'filters/source_buffer_stream.h', 430 'filters/source_buffer_stream.h',
427 'filters/stream_parser_factory.cc', 431 'filters/stream_parser_factory.cc',
428 'filters/stream_parser_factory.h', 432 'filters/stream_parser_factory.h',
429 'filters/video_frame_scheduler.h', 433 'filters/video_frame_scheduler.h',
430 'filters/video_frame_scheduler_impl.cc', 434 'filters/video_frame_scheduler_impl.cc',
(...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 ], 1766 ],
1763 }], 1767 }],
1764 ], 1768 ],
1765 }], 1769 }],
1766 ], 1770 ],
1767 }, 1771 },
1768 ], 1772 ],
1769 }], 1773 }],
1770 ], 1774 ],
1771 } 1775 }
OLDNEW
« media/filters/audio_renderer_impl.cc ('K') | « media/filters/video_renderer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698