blob: e77e1d1f4c1dd601e7c6bac739237be872e72e30 [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
mflodman86cc6ff2016-07-26 04:44:06 -07002 "+webrtc/call",
oprypin92220ff2017-03-23 03:40:03 -07003 "+webrtc/common_audio",
terelius2d81eb32016-10-25 07:04:37 -07004 "+webrtc/logging/rtc_event_log",
oprypin92220ff2017-03-23 03:40:03 -07005 "+webrtc/modules/audio_coding",
aleloidd310712016-11-17 06:28:59 -08006 "+webrtc/modules/audio_device",
aleloi10111bc2016-11-17 06:48:48 -08007 "+webrtc/modules/audio_mixer",
ivoc7aba0292016-11-14 04:52:06 -08008 "+webrtc/modules/audio_processing/include",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01009 "+webrtc/modules/bitrate_controller",
10 "+webrtc/modules/congestion_controller",
11 "+webrtc/modules/pacing",
12 "+webrtc/modules/remote_bitrate_estimator",
13 "+webrtc/modules/rtp_rtcp",
14 "+webrtc/system_wrappers",
mflodman86cc6ff2016-07-26 04:44:06 -070015 "+webrtc/voice_engine",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010016]
ossu20a4b3f2017-04-27 02:08:52 -070017
18specific_include_rules = {
19 "audio_send_stream.cc": [
20 "+webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h",
21 ],
22 # TODO(ossu): Remove this exception when builtin_audio_encoder_factory.h
23 # has moved to api/, or when the proper mocks have been made.
24 "audio_send_stream_unittest.cc": [
25 "+webrtc/modules/audio_coding/codecs/builtin_audio_encoder_factory.h",
26 ],
27}
28