blob: 51e8957e185c95c5b4ffc70a356045f555a72d0e [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01002 "+webrtc/common_audio",
3 "+webrtc/system_wrappers",
4]
5
6specific_include_rules = {
7 "ensure_initialized\.cc": [
8 "+base/android",
9 ],
mbonadeibcc21762017-09-12 04:45:24 -070010 "audio_device_ios\.h": [
11 "+webrtc/sdk/objc",
12 ],
kthelgasonbeafee32016-12-16 02:12:42 -080013 "audio_device_ios\.mm": [
14 "+webrtc/sdk/objc",
15 ],
denicija59ee91b2017-06-05 05:48:47 -070016 "audio_device_unittest_ios\.mm": [
17 "+webrtc/sdk/objc",
18 ],
19 "RTCAudioSession\.h": [
20 "+webrtc/sdk/objc",
21 ],
22 "RTCAudioSessionConfiguration\.h": [
23 "+webrtc/sdk/objc",
24 ],
25 "RTCAudioSessionDelegateAdapter\.h": [
26 "+webrtc/sdk/objc",
27 ],
28 "voice_processing_audio_unit\.mm": [
29 "+webrtc/sdk/objc",
30 ],
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010031}