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

Unified Diff: webrtc/modules/audio_device/audio_device.gypi

Issue 1778793005: Refactor AVAudioSession intialization code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/audio_device/audio_device.gypi
diff --git a/webrtc/modules/audio_device/audio_device.gypi b/webrtc/modules/audio_device/audio_device.gypi
index 60281edaea65314ce20d078f619aa899a3a3c890..927ecdfec27a39535d977b2e3b05c53362c4d65c 100644
--- a/webrtc/modules/audio_device/audio_device.gypi
+++ b/webrtc/modules/audio_device/audio_device.gypi
@@ -173,9 +173,12 @@
'ios/audio_device_ios.h',
'ios/audio_device_ios.mm',
'ios/audio_device_not_implemented_ios.mm',
+ 'ios/objc/RTCAudioSession+Configuration.mm',
Chuck 2016/03/10 21:16:37 The other build file adds .h, this one adds .mm, i
tkchin_webrtc 2016/03/10 23:07:09 Noooope! Done.
'ios/objc/RTCAudioSession+Private.h',
'ios/objc/RTCAudioSession.h',
'ios/objc/RTCAudioSession.mm',
+ 'ios/objc/RTCAudioSessionConfiguration.h',
+ 'ios/objc/RTCAudioSessionConfiguration.m',
],
'xcode_settings': {
'CLANG_ENABLE_OBJC_ARC': 'YES',

Powered by Google App Engine
This is Rietveld 408576698