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

Side by Side Diff: media/media.gyp

Issue 12595005: Parsing filesystem url before giving it to media player (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 7 years, 9 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 # Override to dynamically link the cras (ChromeOS audio) library. 10 # Override to dynamically link the cras (ChromeOS audio) library.
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'audio/win/avrt_wrapper_win.cc', 176 'audio/win/avrt_wrapper_win.cc',
177 'audio/win/avrt_wrapper_win.h', 177 'audio/win/avrt_wrapper_win.h',
178 'audio/win/device_enumeration_win.cc', 178 'audio/win/device_enumeration_win.cc',
179 'audio/win/device_enumeration_win.h', 179 'audio/win/device_enumeration_win.h',
180 'audio/win/core_audio_util_win.cc', 180 'audio/win/core_audio_util_win.cc',
181 'audio/win/core_audio_util_win.h', 181 'audio/win/core_audio_util_win.h',
182 'audio/win/wavein_input_win.cc', 182 'audio/win/wavein_input_win.cc',
183 'audio/win/wavein_input_win.h', 183 'audio/win/wavein_input_win.h',
184 'audio/win/waveout_output_win.cc', 184 'audio/win/waveout_output_win.cc',
185 'audio/win/waveout_output_win.h', 185 'audio/win/waveout_output_win.h',
186 'base/android/cookie_getter.cc',
187 'base/android/cookie_getter.h',
188 'base/android/media_player_bridge_manager.cc', 186 'base/android/media_player_bridge_manager.cc',
189 'base/android/media_player_bridge_manager.h', 187 'base/android/media_player_bridge_manager.h',
188 'base/android/media_resource_getter.cc',
189 'base/android/media_resource_getter.h',
190 'base/audio_capturer_source.h', 190 'base/audio_capturer_source.h',
191 'base/audio_converter.cc', 191 'base/audio_converter.cc',
192 'base/audio_converter.h', 192 'base/audio_converter.h',
193 'base/audio_decoder.cc', 193 'base/audio_decoder.cc',
194 'base/audio_decoder.h', 194 'base/audio_decoder.h',
195 'base/audio_decoder_config.cc', 195 'base/audio_decoder_config.cc',
196 'base/audio_decoder_config.h', 196 'base/audio_decoder_config.h',
197 'base/audio_fifo.cc', 197 'base/audio_fifo.cc',
198 'base/audio_fifo.h', 198 'base/audio_fifo.h',
199 'base/audio_hardware_config.cc', 199 'base/audio_hardware_config.cc',
(...skipping 1431 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 ], 1631 ],
1632 'sources': [ 1632 'sources': [
1633 'base/simd/sinc_resampler_sse.cc', 1633 'base/simd/sinc_resampler_sse.cc',
1634 'base/simd/vector_math_sse.cc', 1634 'base/simd/vector_math_sse.cc',
1635 ], 1635 ],
1636 }, # end of target media_sse 1636 }, # end of target media_sse
1637 ], 1637 ],
1638 }], 1638 }],
1639 ], 1639 ],
1640 } 1640 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698