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

Unified Diff: webrtc/modules/audio_device/DEPS

Issue 2855023003: Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework. (Closed)
Patch Set: Re-add removed header Created 3 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 side-by-side diff with in-line comments
Download patch
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",
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698