OLD | NEW |
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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'sources': [ | 175 'sources': [ |
176 'ios/audio_device_ios.h', | 176 'ios/audio_device_ios.h', |
177 'ios/audio_device_ios.mm', | 177 'ios/audio_device_ios.mm', |
178 'ios/audio_device_not_implemented_ios.mm', | 178 'ios/audio_device_not_implemented_ios.mm', |
179 'ios/audio_session_observer.h', | 179 'ios/audio_session_observer.h', |
180 'ios/objc/RTCAudioSession+Configuration.mm', | 180 'ios/objc/RTCAudioSession+Configuration.mm', |
181 'ios/objc/RTCAudioSession+Private.h', | 181 'ios/objc/RTCAudioSession+Private.h', |
182 'ios/objc/RTCAudioSession.h', | 182 'ios/objc/RTCAudioSession.h', |
183 'ios/objc/RTCAudioSession.mm', | 183 'ios/objc/RTCAudioSession.mm', |
184 'ios/objc/RTCAudioSessionConfiguration.h', | 184 'ios/objc/RTCAudioSessionConfiguration.h', |
185 'ios/objc/RTCAudioSessionConfiguration.m', | 185 'ios/objc/RTCAudioSessionConfiguration.mm', |
186 'ios/objc/RTCAudioSessionDelegateAdapter.h', | 186 'ios/objc/RTCAudioSessionDelegateAdapter.h', |
187 'ios/objc/RTCAudioSessionDelegateAdapter.mm', | 187 'ios/objc/RTCAudioSessionDelegateAdapter.mm', |
188 'ios/voice_processing_audio_unit.h', | 188 'ios/voice_processing_audio_unit.h', |
189 'ios/voice_processing_audio_unit.mm', | 189 'ios/voice_processing_audio_unit.mm', |
190 ], | 190 ], |
191 'xcode_settings': { | 191 'xcode_settings': { |
192 'CLANG_ENABLE_OBJC_ARC': 'YES', | 192 'CLANG_ENABLE_OBJC_ARC': 'YES', |
193 }, | 193 }, |
194 'link_settings': { | 194 'link_settings': { |
195 'xcode_settings': { | 195 'xcode_settings': { |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
282 'test/audio_device_test_defines.h', | 282 'test/audio_device_test_defines.h', |
283 'test/func_test_manager.cc', | 283 'test/func_test_manager.cc', |
284 'test/func_test_manager.h', | 284 'test/func_test_manager.h', |
285 ], | 285 ], |
286 }, | 286 }, |
287 ], # targets | 287 ], # targets |
288 }], # include_tests==1 and OS!=ios | 288 }], # include_tests==1 and OS!=ios |
289 ], | 289 ], |
290 } | 290 } |
291 | 291 |
OLD | NEW |