 Chromium Code Reviews
 Chromium Code Reviews Issue 2855023003:
  Move RTCAudioSession* files  modules/audio_device/ -> sdk/Framework.  (Closed)
    
  
    Issue 2855023003:
  Move RTCAudioSession* files  modules/audio_device/ -> sdk/Framework.  (Closed) 
  | Index: webrtc/modules/audio_device/DEPS | 
| diff --git a/webrtc/modules/audio_device/DEPS b/webrtc/modules/audio_device/DEPS | 
| index d7f600cd93aa9f2f7c358bb9b375d574373f95ba..8ad9db7a3b01d44c141ec597984d47255a0cb207 100644 | 
| --- a/webrtc/modules/audio_device/DEPS | 
| +++ b/webrtc/modules/audio_device/DEPS | 
| @@ -11,4 +11,19 @@ specific_include_rules = { | 
| "audio_device_ios\.mm": [ | 
| "+webrtc/sdk/objc", | 
| ], | 
| + "audio_device_unittest_ios\.mm": [ | 
| 
kthelgason
2017/06/02 13:54:06
Maybe add a TODO comment here so we don't forget t
 
daniela-webrtc
2017/06/02 14:16:44
This will probably stay until we refactor this and
 | 
| + "+webrtc/sdk/objc", | 
| + ], | 
| + "RTCAudioSession\.h": [ | 
| + "+webrtc/sdk/objc", | 
| + ], | 
| + "RTCAudioSessionConfiguration\.h": [ | 
| + "+webrtc/sdk/objc", | 
| + ], | 
| + "RTCAudioSessionDelegateAdapter\.h": [ | 
| + "+webrtc/sdk/objc", | 
| + ], | 
| + "voice_processing_audio_unit\.mm": [ | 
| + "+webrtc/sdk/objc", | 
| + ], | 
| } |