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

Side by Side Diff: webrtc/modules/audio_device/DEPS

Issue 2855023003: Move RTCAudioSession* files modules/audio_device/ -> sdk/Framework. (Closed)
Patch Set: Address comments Created 3 years, 6 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\.mm": [ 11 "audio_device_ios\.mm": [
12 "+webrtc/sdk/objc", 12 "+webrtc/sdk/objc",
13 ], 13 ],
14 "audio_device_unittest_ios\.mm": [
15 "+webrtc/sdk/objc",
16 ],
17 "RTCAudioSession\.h": [
18 "+webrtc/sdk/objc",
19 ],
20 "RTCAudioSessionConfiguration\.h": [
21 "+webrtc/sdk/objc",
22 ],
23 "RTCAudioSessionDelegateAdapter\.h": [
24 "+webrtc/sdk/objc",
25 ],
26 "voice_processing_audio_unit\.mm": [
27 "+webrtc/sdk/objc",
28 ],
14 } 29 }
OLDNEW
« 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