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

Side by Side Diff: media/media.gyp

Issue 9325044: Remove AudioDecoder from the Filter heirarchy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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 PulseAudio library. 8 # Override to dynamically link the PulseAudio library.
9 'use_pulseaudio%': 0, 9 'use_pulseaudio%': 0,
10 }, 10 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'audio/win/audio_manager_win.cc', 89 'audio/win/audio_manager_win.cc',
90 'audio/win/audio_manager_win.h', 90 'audio/win/audio_manager_win.h',
91 'audio/win/avrt_wrapper_win.cc', 91 'audio/win/avrt_wrapper_win.cc',
92 'audio/win/avrt_wrapper_win.h', 92 'audio/win/avrt_wrapper_win.h',
93 'audio/win/device_enumeration_win.cc', 93 'audio/win/device_enumeration_win.cc',
94 'audio/win/device_enumeration_win.h', 94 'audio/win/device_enumeration_win.h',
95 'audio/win/wavein_input_win.cc', 95 'audio/win/wavein_input_win.cc',
96 'audio/win/wavein_input_win.h', 96 'audio/win/wavein_input_win.h',
97 'audio/win/waveout_output_win.cc', 97 'audio/win/waveout_output_win.cc',
98 'audio/win/waveout_output_win.h', 98 'audio/win/waveout_output_win.h',
99 'base/audio_decoder.cc',
100 'base/audio_decoder.h',
99 'base/audio_decoder_config.cc', 101 'base/audio_decoder_config.cc',
100 'base/audio_decoder_config.h', 102 'base/audio_decoder_config.h',
101 'base/bitstream_buffer.h', 103 'base/bitstream_buffer.h',
102 'base/buffers.cc', 104 'base/buffers.cc',
103 'base/buffers.h', 105 'base/buffers.h',
104 'base/byte_queue.cc', 106 'base/byte_queue.cc',
105 'base/byte_queue.h', 107 'base/byte_queue.h',
106 'base/channel_layout.cc', 108 'base/channel_layout.cc',
107 'base/channel_layout.h', 109 'base/channel_layout.h',
108 'base/clock.cc', 110 'base/clock.cc',
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 901 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
900 ], 902 ],
901 'sources': [ 903 'sources': [
902 'tools/media_bench/media_bench.cc', 904 'tools/media_bench/media_bench.cc',
903 ], 905 ],
904 }, 906 },
905 ], 907 ],
906 }] 908 }]
907 ], 909 ],
908 } 910 }
OLDNEW
« media/filters/ffmpeg_audio_decoder.cc ('K') | « media/filters/ffmpeg_audio_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698