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

Side by Side Diff: media/media.gyp

Issue 8417016: Remove media::VideoDecodeContext as it has no implementation and is unused. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 years, 1 month 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
« no previous file with comments | « media/filters/ffmpeg_video_decoder_unittest.cc ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 ], 644 ],
645 'sources': [ 645 'sources': [
646 'audio/test_audio_input_controller_factory.cc', 646 'audio/test_audio_input_controller_factory.cc',
647 'audio/test_audio_input_controller_factory.h', 647 'audio/test_audio_input_controller_factory.h',
648 'base/mock_callback.cc', 648 'base/mock_callback.cc',
649 'base/mock_callback.h', 649 'base/mock_callback.h',
650 'base/mock_filter_host.cc', 650 'base/mock_filter_host.cc',
651 'base/mock_filter_host.h', 651 'base/mock_filter_host.h',
652 'base/mock_filters.cc', 652 'base/mock_filters.cc',
653 'base/mock_filters.h', 653 'base/mock_filters.h',
654 'video/video_mock_objects.cc',
655 'video/video_mock_objects.h',
656 ], 654 ],
657 }, 655 },
658 { 656 {
659 'target_name': 'scaler_bench', 657 'target_name': 'scaler_bench',
660 'type': 'executable', 658 'type': 'executable',
661 'dependencies': [ 659 'dependencies': [
662 'media', 660 'media',
663 'yuv_convert', 661 'yuv_convert',
664 '../base/base.gyp:base', 662 '../base/base.gyp:base',
665 '../skia/skia.gyp:skia', 663 '../skia/skia.gyp:skia',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 881 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
884 ], 882 ],
885 'sources': [ 883 'sources': [
886 'tools/media_bench/media_bench.cc', 884 'tools/media_bench/media_bench.cc',
887 ], 885 ],
888 }, 886 },
889 ], 887 ],
890 }] 888 }]
891 ], 889 ],
892 } 890 }
OLDNEW
« no previous file with comments | « media/filters/ffmpeg_video_decoder_unittest.cc ('k') | media/tools/player_wtl/movie.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698