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

Side by Side Diff: media/media.gyp

Issue 14314020: Rename MediaPlayerBridgeManager to MediaPlayerManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: additional rebase conflict Created 7 years, 7 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 'audio/win/avrt_wrapper_win.cc', 191 'audio/win/avrt_wrapper_win.cc',
192 'audio/win/avrt_wrapper_win.h', 192 'audio/win/avrt_wrapper_win.h',
193 'audio/win/device_enumeration_win.cc', 193 'audio/win/device_enumeration_win.cc',
194 'audio/win/device_enumeration_win.h', 194 'audio/win/device_enumeration_win.h',
195 'audio/win/core_audio_util_win.cc', 195 'audio/win/core_audio_util_win.cc',
196 'audio/win/core_audio_util_win.h', 196 'audio/win/core_audio_util_win.h',
197 'audio/win/wavein_input_win.cc', 197 'audio/win/wavein_input_win.cc',
198 'audio/win/wavein_input_win.h', 198 'audio/win/wavein_input_win.h',
199 'audio/win/waveout_output_win.cc', 199 'audio/win/waveout_output_win.cc',
200 'audio/win/waveout_output_win.h', 200 'audio/win/waveout_output_win.h',
201 'base/android/media_player_bridge_manager.cc', 201 'base/android/media_player_manager.cc',
202 'base/android/media_player_bridge_manager.h', 202 'base/android/media_player_manager.h',
203 'base/android/media_resource_getter.cc', 203 'base/android/media_resource_getter.cc',
204 'base/android/media_resource_getter.h', 204 'base/android/media_resource_getter.h',
205 'base/audio_capturer_source.h', 205 'base/audio_capturer_source.h',
206 'base/audio_converter.cc', 206 'base/audio_converter.cc',
207 'base/audio_converter.h', 207 'base/audio_converter.h',
208 'base/audio_decoder.cc', 208 'base/audio_decoder.cc',
209 'base/audio_decoder.h', 209 'base/audio_decoder.h',
210 'base/audio_decoder_config.cc', 210 'base/audio_decoder_config.cc',
211 'base/audio_decoder_config.h', 211 'base/audio_decoder_config.h',
212 'base/audio_fifo.cc', 212 'base/audio_fifo.cc',
(...skipping 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after
1716 ], 1716 ],
1717 'sources': [ 1717 'sources': [
1718 'base/simd/sinc_resampler_sse.cc', 1718 'base/simd/sinc_resampler_sse.cc',
1719 'base/simd/vector_math_sse.cc', 1719 'base/simd/vector_math_sse.cc',
1720 ], 1720 ],
1721 }, # end of target media_sse 1721 }, # end of target media_sse
1722 ], 1722 ],
1723 }], 1723 }],
1724 ], 1724 ],
1725 } 1725 }
OLDNEW
« no previous file with comments | « media/base/android/media_player_manager.cc ('k') | webkit/media/android/media_player_bridge_manager_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698