OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | 2 "+webrtc/base", |
3 "+webrtc/call", | 3 "+webrtc/call", |
4 "+webrtc/common_video", | 4 "+webrtc/common_video", |
5 "+webrtc/logging/rtc_event_log", | 5 "+webrtc/logging/rtc_event_log", |
6 "+webrtc/media/base", | 6 "+webrtc/media/base", |
7 "+webrtc/modules/audio_coding", | 7 "+webrtc/modules/audio_coding", |
8 "+webrtc/modules/audio_device", | 8 "+webrtc/modules/audio_device", |
| 9 "+webrtc/modules/audio_processing", |
9 "+webrtc/modules/media_file", | 10 "+webrtc/modules/media_file", |
10 "+webrtc/modules/rtp_rtcp", | 11 "+webrtc/modules/rtp_rtcp", |
11 "+webrtc/modules/video_capture", | 12 "+webrtc/modules/video_capture", |
12 "+webrtc/modules/video_coding", | 13 "+webrtc/modules/video_coding", |
13 "+webrtc/system_wrappers", | 14 "+webrtc/system_wrappers", |
14 "+webrtc/voice_engine", | 15 "+webrtc/voice_engine", |
15 ] | 16 ] |
16 | 17 |
17 specific_include_rules = { | 18 specific_include_rules = { |
18 "gmock\.h": [ | 19 "gmock\.h": [ |
19 "+testing/gmock/include/gmock", | 20 "+testing/gmock/include/gmock", |
20 ], | 21 ], |
21 "gtest\.h": [ | 22 "gtest\.h": [ |
22 "+testing/gtest/include/gtest", | 23 "+testing/gtest/include/gtest", |
23 ], | 24 ], |
24 } | 25 } |
OLD | NEW |