OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+third_party/libsrtp" | 2 "+third_party/libsrtp", |
3 "+webrtc/api", | 3 "+webrtc/api", |
4 "+webrtc/base", | 4 "+webrtc/base", |
5 "+webrtc/call", | 5 "+webrtc/call", |
6 "+webrtc/common_video/h264", | 6 "+webrtc/common_video/h264", |
7 "+webrtc/logging/rtc_event_log", | 7 "+webrtc/logging/rtc_event_log", |
8 "+webrtc/logging/rtc_event_log", | 8 "+webrtc/logging/rtc_event_log", |
9 "+webrtc/media", | 9 "+webrtc/media", |
10 "+webrtc/modules/audio_device", | 10 "+webrtc/modules/audio_device", |
11 "+webrtc/modules/audio_processing", | 11 "+webrtc/modules/audio_processing", |
12 "+webrtc/modules/rtp_rtcp", | 12 "+webrtc/modules/rtp_rtcp", |
(...skipping 14 matching lines...) Expand all Loading... |
27 | 27 |
28 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h | 28 # TODO(ossu): Remove these exceptions when audio_encoder_factory.h |
29 # has moved to api/. | 29 # has moved to api/. |
30 "peerconnectionfactory\.cc": [ | 30 "peerconnectionfactory\.cc": [ |
31 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", | 31 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", |
32 ], | 32 ], |
33 "peerconnectioninterface_unittest\.cc": [ | 33 "peerconnectioninterface_unittest\.cc": [ |
34 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", | 34 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", |
35 ], | 35 ], |
36 } | 36 } |
OLD | NEW |