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

Side by Side Diff: webrtc/modules/audio_device/BUILD.gn

Issue 1903663002: Build dynamic iOS SDK. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix test gyp Created 4 years, 7 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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 10
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "mac/portaudio/pa_memorybarrier.h", 131 "mac/portaudio/pa_memorybarrier.h",
132 "mac/portaudio/pa_ringbuffer.c", 132 "mac/portaudio/pa_ringbuffer.c",
133 "mac/portaudio/pa_ringbuffer.h", 133 "mac/portaudio/pa_ringbuffer.h",
134 ] 134 ]
135 libs = [ 135 libs = [
136 "AudioToolbox.framework", 136 "AudioToolbox.framework",
137 "CoreAudio.framework", 137 "CoreAudio.framework",
138 ] 138 ]
139 } 139 }
140 if (is_ios) { 140 if (is_ios) {
141 deps += [ "../../base:rtc_base_objc" ] 141 deps += [ "../../sdk:rtc_sdk_common_objc" ]
142 sources += [ 142 sources += [
143 "ios/audio_device_ios.h", 143 "ios/audio_device_ios.h",
144 "ios/audio_device_ios.mm", 144 "ios/audio_device_ios.mm",
145 "ios/audio_device_not_implemented_ios.mm", 145 "ios/audio_device_not_implemented_ios.mm",
146 "ios/audio_session_observer.h", 146 "ios/audio_session_observer.h",
147 "ios/objc/RTCAudioSession+Configuration.mm", 147 "ios/objc/RTCAudioSession+Configuration.mm",
148 "ios/objc/RTCAudioSession+Private.h", 148 "ios/objc/RTCAudioSession+Private.h",
149 "ios/objc/RTCAudioSession.h", 149 "ios/objc/RTCAudioSession.h",
150 "ios/objc/RTCAudioSession.mm", 150 "ios/objc/RTCAudioSession.mm",
151 "ios/objc/RTCAudioSessionConfiguration.h", 151 "ios/objc/RTCAudioSessionConfiguration.h",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "../..:common_inherited_config", 198 "../..:common_inherited_config",
199 ":audio_device_config", 199 ":audio_device_config",
200 ] 200 ]
201 201
202 if (is_clang) { 202 if (is_clang) {
203 # Suppress warnings from Chrome's Clang plugins. 203 # Suppress warnings from Chrome's Clang plugins.
204 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 204 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
205 configs -= [ "//build/config/clang:find_bad_constructs" ] 205 configs -= [ "//build/config/clang:find_bad_constructs" ]
206 } 206 }
207 } 207 }
OLDNEW
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm ('k') | webrtc/modules/audio_device/audio_device.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698