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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+webrtc/base", 2 "+webrtc/base",
3 "+webrtc/common_audio", 3 "+webrtc/common_audio",
4 "+webrtc/system_wrappers", 4 "+webrtc/system_wrappers",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 "ensure_initialized\.cc": [ 8 "ensure_initialized\.cc": [
9 "+base/android", 9 "+base/android",
10 ], 10 ],
11 "audio_device_ios\.h": [
12 "+webrtc/sdk/objc",
13 ],
11 "audio_device_ios\.mm": [ 14 "audio_device_ios\.mm": [
12 "+webrtc/sdk/objc", 15 "+webrtc/sdk/objc",
13 ], 16 ],
14 "audio_device_unittest_ios\.mm": [ 17 "audio_device_unittest_ios\.mm": [
15 "+webrtc/sdk/objc", 18 "+webrtc/sdk/objc",
16 ], 19 ],
17 "RTCAudioSession\.h": [ 20 "RTCAudioSession\.h": [
18 "+webrtc/sdk/objc", 21 "+webrtc/sdk/objc",
19 ], 22 ],
20 "RTCAudioSessionConfiguration\.h": [ 23 "RTCAudioSessionConfiguration\.h": [
21 "+webrtc/sdk/objc", 24 "+webrtc/sdk/objc",
22 ], 25 ],
23 "RTCAudioSessionDelegateAdapter\.h": [ 26 "RTCAudioSessionDelegateAdapter\.h": [
24 "+webrtc/sdk/objc", 27 "+webrtc/sdk/objc",
25 ], 28 ],
26 "voice_processing_audio_unit\.mm": [ 29 "voice_processing_audio_unit\.mm": [
27 "+webrtc/sdk/objc", 30 "+webrtc/sdk/objc",
28 ], 31 ],
29 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698