kjellander@webrtc.org | 94a23f0 | 2016-03-17 12:05:36 +0100 | [diff] [blame] | 1 | include_rules = [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 2 | "+call", |
| 3 | "+common_audio", |
| 4 | "+logging/rtc_event_log", |
| 5 | "+modules/audio_coding", |
| 6 | "+modules/audio_device", |
| 7 | "+modules/audio_mixer", |
Fredrik Solenberg | a8b7c7f | 2018-01-17 11:18:31 +0100 | [diff] [blame] | 8 | "+modules/audio_processing", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 9 | "+modules/audio_processing/include", |
| 10 | "+modules/bitrate_controller", |
| 11 | "+modules/congestion_controller", |
| 12 | "+modules/pacing", |
| 13 | "+modules/remote_bitrate_estimator", |
| 14 | "+modules/rtp_rtcp", |
Fredrik Solenberg | a8b7c7f | 2018-01-17 11:18:31 +0100 | [diff] [blame] | 15 | "+modules/utility", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 16 | "+system_wrappers", |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 12:05:36 +0100 | [diff] [blame] | 17 | ] |
ossu | 20a4b3f | 2017-04-27 02:08:52 -0700 | [diff] [blame] | 18 | |
| 19 | specific_include_rules = { |
| 20 | "audio_send_stream.cc": [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 21 | "+modules/audio_coding/codecs/cng/audio_encoder_cng.h", |
ossu | 20a4b3f | 2017-04-27 02:08:52 -0700 | [diff] [blame] | 22 | ], |
Fredrik Solenberg | 2a87797 | 2017-12-15 16:42:15 +0100 | [diff] [blame] | 23 | "audio_transport_impl.h": [ |
| 24 | "+modules/audio_processing/typing_detection.h", |
| 25 | ] |
ossu | 20a4b3f | 2017-04-27 02:08:52 -0700 | [diff] [blame] | 26 | } |