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

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: Rebased Created 5 years, 5 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.mm',
106 'linux/alsasymboltable_linux.cc', 107 'linux/alsasymboltable_linux.cc',
107 'linux/alsasymboltable_linux.h', 108 'linux/alsasymboltable_linux.h',
108 'linux/audio_device_alsa_linux.cc', 109 'linux/audio_device_alsa_linux.cc',
109 'linux/audio_device_alsa_linux.h', 110 'linux/audio_device_alsa_linux.h',
110 'linux/audio_mixer_manager_alsa_linux.cc', 111 'linux/audio_mixer_manager_alsa_linux.cc',
111 'linux/audio_mixer_manager_alsa_linux.h', 112 'linux/audio_mixer_manager_alsa_linux.h',
112 'linux/latebindingsymboltable_linux.cc', 113 'linux/latebindingsymboltable_linux.cc',
113 'linux/latebindingsymboltable_linux.h', 114 'linux/latebindingsymboltable_linux.h',
114 'mac/audio_device_mac.cc', 115 'mac/audio_device_mac.cc',
115 'mac/audio_device_mac.h', 116 'mac/audio_device_mac.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 ['OS=="ios"', { 171 ['OS=="ios"', {
171 'xcode_settings': { 172 'xcode_settings': {
172 'CLANG_ENABLE_OBJC_ARC': 'YES', 173 'CLANG_ENABLE_OBJC_ARC': 'YES',
173 }, 174 },
174 'link_settings': { 175 'link_settings': {
175 'xcode_settings': { 176 'xcode_settings': {
176 'OTHER_LDFLAGS': [ 177 'OTHER_LDFLAGS': [
177 '-framework AudioToolbox', 178 '-framework AudioToolbox',
178 '-framework AVFoundation', 179 '-framework AVFoundation',
179 '-framework Foundation', 180 '-framework Foundation',
181 '-framework UIKit',
180 ], 182 ],
181 }, 183 },
182 }, 184 },
183 }], 185 }],
184 ['OS=="win"', { 186 ['OS=="win"', {
185 'link_settings': { 187 'link_settings': {
186 'libraries': [ 188 'libraries': [
187 # Required for the built-in WASAPI AEC. 189 # Required for the built-in WASAPI AEC.
188 '-ldmoguids.lib', 190 '-ldmoguids.lib',
189 '-lwmcodecdspuuid.lib', 191 '-lwmcodecdspuuid.lib',
(...skipping 60 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
« no previous file with comments | « webrtc/modules/audio_device/android/audio_manager.h ('k') | webrtc/modules/audio_device/audio_device_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698