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

Unified Diff: webrtc/modules/audio_device/DEPS

Issue 2991343002: Decoupling audio_device from Obj-C code (Closed)
Patch Set: Rebasing... Created 3 years, 3 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.h » ('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 3ae86e8841026f0fa76cc635e75d48459571a865..51e8957e185c95c5b4ffc70a356045f555a72d0e 100644
--- a/webrtc/modules/audio_device/DEPS
+++ b/webrtc/modules/audio_device/DEPS
@@ -7,6 +7,9 @@ specific_include_rules = {
"ensure_initialized\.cc": [
"+base/android",
],
+ "audio_device_ios\.h": [
+ "+webrtc/sdk/objc",
+ ],
"audio_device_ios\.mm": [
"+webrtc/sdk/objc",
],
« no previous file with comments | « webrtc/modules/audio_device/BUILD.gn ('k') | webrtc/modules/audio_device/ios/audio_device_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698