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

Unified Diff: webrtc/modules/audio_device/DEPS

Issue 2991343002: Decoupling audio_device from Obj-C code (Closed)
Patch Set: Fixing ios tests Created 3 years, 4 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 8ad9db7a3b01d44c141ec597984d47255a0cb207..34de486eab95c7f8ed5cf9145e6496282bb0db97 100644
--- a/webrtc/modules/audio_device/DEPS
+++ b/webrtc/modules/audio_device/DEPS
@@ -8,6 +8,9 @@ specific_include_rules = {
"ensure_initialized\.cc": [
"+base/android",
],
+ "audio_device_ios\.h": [
+ "+webrtc/sdk/objc",
+ ],
"audio_device_ios\.mm": [
"+webrtc/sdk/objc",
],

Powered by Google App Engine
This is Rietveld 408576698