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

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: rebase change 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 cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'audio/win/avrt_wrapper_win.cc', 174 'audio/win/avrt_wrapper_win.cc',
175 'audio/win/avrt_wrapper_win.h', 175 'audio/win/avrt_wrapper_win.h',
176 'audio/win/device_enumeration_win.cc', 176 'audio/win/device_enumeration_win.cc',
177 'audio/win/device_enumeration_win.h', 177 'audio/win/device_enumeration_win.h',
178 'audio/win/core_audio_util_win.cc', 178 'audio/win/core_audio_util_win.cc',
179 'audio/win/core_audio_util_win.h', 179 'audio/win/core_audio_util_win.h',
180 'audio/win/wavein_input_win.cc', 180 'audio/win/wavein_input_win.cc',
181 'audio/win/wavein_input_win.h', 181 'audio/win/wavein_input_win.h',
182 'audio/win/waveout_output_win.cc', 182 'audio/win/waveout_output_win.cc',
183 'audio/win/waveout_output_win.h', 183 'audio/win/waveout_output_win.h',
184 'base/android/cookie_getter.cc',
185 'base/android/cookie_getter.h',
186 'base/android/media_player_bridge_manager.cc', 184 'base/android/media_player_bridge_manager.cc',
187 'base/android/media_player_bridge_manager.h', 185 'base/android/media_player_bridge_manager.h',
186 'base/android/media_resource_getter.cc',
187 'base/android/media_resource_getter.h',
188 'base/audio_capturer_source.h', 188 'base/audio_capturer_source.h',
189 'base/audio_converter.cc', 189 'base/audio_converter.cc',
190 'base/audio_converter.h', 190 'base/audio_converter.h',
191 'base/audio_decoder.cc', 191 'base/audio_decoder.cc',
192 'base/audio_decoder.h', 192 'base/audio_decoder.h',
193 'base/audio_decoder_config.cc', 193 'base/audio_decoder_config.cc',
194 'base/audio_decoder_config.h', 194 'base/audio_decoder_config.h',
195 'base/audio_fifo.cc', 195 'base/audio_fifo.cc',
196 'base/audio_fifo.h', 196 'base/audio_fifo.h',
197 'base/audio_hardware_config.cc', 197 'base/audio_hardware_config.cc',
(...skipping 1423 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 ], 1621 ],
1622 'sources': [ 1622 'sources': [
1623 'base/simd/sinc_resampler_sse.cc', 1623 'base/simd/sinc_resampler_sse.cc',
1624 'base/simd/vector_math_sse.cc', 1624 'base/simd/vector_math_sse.cc',
1625 ], 1625 ],
1626 }, # end of target media_sse 1626 }, # end of target media_sse
1627 ], 1627 ],
1628 }], 1628 }],
1629 ], 1629 ],
1630 } 1630 }
OLDNEW
« no previous file with comments | « media/base/android/media_resource_getter.cc ('k') | webkit/media/android/webmediaplayer_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698