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

Unified Diff: webrtc/modules/audio_device/DEPS

Issue 2855023003: Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework. (Closed)
Patch Set: Address comments 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
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": [
+ "+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",
+ ],
}
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698