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

Side by Side Diff: media/media.gyp

Issue 315483002: MSE: Remove Chromium-side support for LegacyFrameProcessor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 'filters/gpu_video_accelerator_factories.cc', 405 'filters/gpu_video_accelerator_factories.cc',
406 'filters/gpu_video_accelerator_factories.h', 406 'filters/gpu_video_accelerator_factories.h',
407 'filters/gpu_video_decoder.cc', 407 'filters/gpu_video_decoder.cc',
408 'filters/gpu_video_decoder.h', 408 'filters/gpu_video_decoder.h',
409 'filters/h264_bit_reader.cc', 409 'filters/h264_bit_reader.cc',
410 'filters/h264_bit_reader.h', 410 'filters/h264_bit_reader.h',
411 'filters/h264_parser.cc', 411 'filters/h264_parser.cc',
412 'filters/h264_parser.h', 412 'filters/h264_parser.h',
413 'filters/in_memory_url_protocol.cc', 413 'filters/in_memory_url_protocol.cc',
414 'filters/in_memory_url_protocol.h', 414 'filters/in_memory_url_protocol.h',
415 'filters/legacy_frame_processor.cc',
416 'filters/legacy_frame_processor.h',
417 'filters/opus_audio_decoder.cc', 415 'filters/opus_audio_decoder.cc',
418 'filters/opus_audio_decoder.h', 416 'filters/opus_audio_decoder.h',
419 'filters/skcanvas_video_renderer.cc', 417 'filters/skcanvas_video_renderer.cc',
420 'filters/skcanvas_video_renderer.h', 418 'filters/skcanvas_video_renderer.h',
421 'filters/source_buffer_stream.cc', 419 'filters/source_buffer_stream.cc',
422 'filters/source_buffer_stream.h', 420 'filters/source_buffer_stream.h',
423 'filters/stream_parser_factory.cc', 421 'filters/stream_parser_factory.cc',
424 'filters/stream_parser_factory.h', 422 'filters/stream_parser_factory.h',
425 'filters/video_frame_scheduler.h', 423 'filters/video_frame_scheduler.h',
426 'filters/video_frame_scheduler_impl.cc', 424 'filters/video_frame_scheduler_impl.cc',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 ], 1689 ],
1692 }], 1690 }],
1693 ], 1691 ],
1694 }], 1692 }],
1695 ], 1693 ],
1696 }, 1694 },
1697 ], 1695 ],
1698 }], 1696 }],
1699 ], 1697 ],
1700 } 1698 }
OLDNEW
« media/filters/chunk_demuxer.cc ('K') | « media/filters/pipeline_integration_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698