OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | |
3 "+webrtc/call", | 2 "+webrtc/call", |
4 "+webrtc/common_audio", | 3 "+webrtc/common_audio", |
5 "+webrtc/logging/rtc_event_log", | 4 "+webrtc/logging/rtc_event_log", |
6 "+webrtc/modules/audio_coding", | 5 "+webrtc/modules/audio_coding", |
7 "+webrtc/modules/audio_device", | 6 "+webrtc/modules/audio_device", |
8 "+webrtc/modules/audio_mixer", | 7 "+webrtc/modules/audio_mixer", |
9 "+webrtc/modules/audio_processing/include", | 8 "+webrtc/modules/audio_processing/include", |
10 "+webrtc/modules/bitrate_controller", | 9 "+webrtc/modules/bitrate_controller", |
11 "+webrtc/modules/congestion_controller", | 10 "+webrtc/modules/congestion_controller", |
12 "+webrtc/modules/pacing", | 11 "+webrtc/modules/pacing", |
13 "+webrtc/modules/remote_bitrate_estimator", | 12 "+webrtc/modules/remote_bitrate_estimator", |
14 "+webrtc/modules/rtp_rtcp", | 13 "+webrtc/modules/rtp_rtcp", |
15 "+webrtc/system_wrappers", | 14 "+webrtc/system_wrappers", |
16 "+webrtc/voice_engine", | 15 "+webrtc/voice_engine", |
17 ] | 16 ] |
18 | 17 |
19 specific_include_rules = { | 18 specific_include_rules = { |
20 "audio_send_stream.cc": [ | 19 "audio_send_stream.cc": [ |
21 "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h", | 20 "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h", |
22 ], | 21 ], |
23 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h | 22 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h |
24 # has moved to api/, or when the proper mocks have been made. | 23 # has moved to api/, or when the proper mocks have been made. |
25 "audio_send_stream_unittest.cc": [ | 24 "audio_send_stream_unittest.cc": [ |
26 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", | 25 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h", |
27 ], | 26 ], |
28 } | 27 } |
29 | 28 |
OLD | NEW |