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

Side by Side Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 1206783002: Cleanup of iOS AudioDevice implementation (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Improved comments and setting of audio parameters Created 5 years, 6 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
OLDNEW
1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'targets': [ 10 'targets': [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'android/fine_audio_buffer.cc', 96 'android/fine_audio_buffer.cc',
97 'android/fine_audio_buffer.h', 97 'android/fine_audio_buffer.h',
98 'android/opensles_common.cc', 98 'android/opensles_common.cc',
99 'android/opensles_common.h', 99 'android/opensles_common.h',
100 'android/opensles_player.cc', 100 'android/opensles_player.cc',
101 'android/opensles_player.h', 101 'android/opensles_player.h',
102 'audio_device_impl.cc', 102 'audio_device_impl.cc',
103 'audio_device_impl.h', 103 'audio_device_impl.h',
104 'ios/audio_device_ios.h', 104 'ios/audio_device_ios.h',
105 'ios/audio_device_ios.mm', 105 'ios/audio_device_ios.mm',
106 'ios/audio_device_not_implemented_ios.h',
107 'ios/audio_device_not_implemented_ios.mm',
106 'linux/alsasymboltable_linux.cc', 108 'linux/alsasymboltable_linux.cc',
107 'linux/alsasymboltable_linux.h', 109 'linux/alsasymboltable_linux.h',
108 'linux/audio_device_alsa_linux.cc', 110 'linux/audio_device_alsa_linux.cc',
109 'linux/audio_device_alsa_linux.h', 111 'linux/audio_device_alsa_linux.h',
110 'linux/audio_mixer_manager_alsa_linux.cc', 112 'linux/audio_mixer_manager_alsa_linux.cc',
111 'linux/audio_mixer_manager_alsa_linux.h', 113 'linux/audio_mixer_manager_alsa_linux.h',
112 'linux/latebindingsymboltable_linux.cc', 114 'linux/latebindingsymboltable_linux.cc',
113 'linux/latebindingsymboltable_linux.h', 115 'linux/latebindingsymboltable_linux.h',
114 'mac/audio_device_mac.cc', 116 'mac/audio_device_mac.cc',
115 'mac/audio_device_mac.h', 117 'mac/audio_device_mac.h',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'audio_device_tests.isolate', 252 'audio_device_tests.isolate',
251 ], 253 ],
252 }, 254 },
253 ], 255 ],
254 }], 256 }],
255 ], 257 ],
256 }], # include_tests 258 }], # include_tests
257 ], 259 ],
258 } 260 }
259 261
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698