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

Side by Side Diff: media/media.gyp

Issue 1104583002: Adds method to provide custom AudioManager at runtime. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes, update to test factory. Created 5 years, 8 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
« no previous file with comments | « media/audio/audio_manager_factory_unittest.cc ('k') | no next file » | 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) 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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 '../ui/gfx/gfx.gyp:gfx_test_support', 1099 '../ui/gfx/gfx.gyp:gfx_test_support',
1100 '../url/url.gyp:url_lib', 1100 '../url/url.gyp:url_lib',
1101 ], 1101 ],
1102 'sources': [ 1102 'sources': [
1103 'audio/alsa/alsa_output_unittest.cc', 1103 'audio/alsa/alsa_output_unittest.cc',
1104 'audio/android/audio_android_unittest.cc', 1104 'audio/android/audio_android_unittest.cc',
1105 'audio/audio_input_controller_unittest.cc', 1105 'audio/audio_input_controller_unittest.cc',
1106 'audio/audio_input_unittest.cc', 1106 'audio/audio_input_unittest.cc',
1107 'audio/audio_input_volume_unittest.cc', 1107 'audio/audio_input_volume_unittest.cc',
1108 'audio/audio_low_latency_input_output_unittest.cc', 1108 'audio/audio_low_latency_input_output_unittest.cc',
1109 'audio/audio_manager_factory_unittest.cc',
1109 'audio/audio_manager_unittest.cc', 1110 'audio/audio_manager_unittest.cc',
1110 'audio/audio_output_controller_unittest.cc', 1111 'audio/audio_output_controller_unittest.cc',
1111 'audio/audio_output_device_unittest.cc', 1112 'audio/audio_output_device_unittest.cc',
1112 'audio/audio_output_proxy_unittest.cc', 1113 'audio/audio_output_proxy_unittest.cc',
1113 'audio/audio_parameters_unittest.cc', 1114 'audio/audio_parameters_unittest.cc',
1114 'audio/audio_power_monitor_unittest.cc', 1115 'audio/audio_power_monitor_unittest.cc',
1115 'audio/fake_audio_worker_unittest.cc', 1116 'audio/fake_audio_worker_unittest.cc',
1116 'audio/mac/audio_auhal_mac_unittest.cc', 1117 'audio/mac/audio_auhal_mac_unittest.cc',
1117 'audio/mac/audio_device_listener_mac_unittest.cc', 1118 'audio/mac/audio_device_listener_mac_unittest.cc',
1118 'audio/mac/audio_low_latency_input_mac_unittest.cc', 1119 'audio/mac/audio_low_latency_input_mac_unittest.cc',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 '../build/isolate.gypi', 1894 '../build/isolate.gypi',
1894 ], 1895 ],
1895 'sources': [ 1896 'sources': [
1896 'media_unittests.isolate', 1897 'media_unittests.isolate',
1897 ], 1898 ],
1898 }, 1899 },
1899 ], 1900 ],
1900 }], 1901 }],
1901 ], 1902 ],
1902 } 1903 }
OLDNEW
« no previous file with comments | « media/audio/audio_manager_factory_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698