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

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