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

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

Issue 2340233003: Reland of Add arraysize to rtc_base_approved. Remove dependency of audio_device on rtc_base. (Closed)
Patch Set: Add dependency on rtc_base. Created 4 years, 3 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 | « webrtc/modules/audio_device/BUILD.gn ('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 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 ], 166 ],
167 'link_settings': { 167 'link_settings': {
168 'libraries': [ 168 'libraries': [
169 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framewo rk', 169 '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framewo rk',
170 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework' , 170 '$(SDKROOT)/System/Library/Frameworks/CoreAudio.framework' ,
171 ], 171 ],
172 }, 172 },
173 }], 173 }],
174 ['OS=="ios"', { 174 ['OS=="ios"', {
175 'dependencies': [ 175 'dependencies': [
176 '<(webrtc_root)/base/base.gyp:rtc_base',
176 '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc', 177 '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
177 ], 178 ],
178 'export_dependent_settings': [ 179 'export_dependent_settings': [
179 '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc', 180 '<(webrtc_root)/sdk/sdk.gyp:rtc_sdk_common_objc',
180 ], 181 ],
181 'sources': [ 182 'sources': [
182 'ios/audio_device_ios.h', 183 'ios/audio_device_ios.h',
183 'ios/audio_device_ios.mm', 184 'ios/audio_device_ios.mm',
184 'ios/audio_device_not_implemented_ios.mm', 185 'ios/audio_device_not_implemented_ios.mm',
185 'ios/audio_session_observer.h', 186 'ios/audio_session_observer.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'sources': [ 274 'sources': [
274 'test/audio_device_test_api.cc', 275 'test/audio_device_test_api.cc',
275 'test/audio_device_test_defines.h', 276 'test/audio_device_test_defines.h',
276 ], 277 ],
277 }, 278 },
278 ], # targets 279 ], # targets
279 }], # include_tests==1 and OS!=ios 280 }], # include_tests==1 and OS!=ios
280 ], 281 ],
281 } 282 }
282 283
OLDNEW
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698