kjellander@webrtc.org | 94a23f0 | 2016-03-17 11:05:36 | [diff] [blame] | 1 | include_rules = [ |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 2 | "+call", |
Yves Gerey | 3e70781 | 2018-11-28 15:47:49 | [diff] [blame] | 3 | "+common_audio", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 4 | "+common_video", |
| 5 | "+logging/rtc_event_log", |
Benjamin Wright | 87bbb91 | 2019-02-01 18:00:05 | [diff] [blame] | 6 | "+media", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 7 | "+modules/audio_device", |
| 8 | "+modules/audio_coding/audio_network_adaptor", |
Yves Gerey | 3e70781 | 2018-11-28 15:47:49 | [diff] [blame] | 9 | "+modules/audio_coding/neteq/include", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 10 | "+modules/audio_coding/neteq/tools", |
| 11 | "+modules/audio_processing", |
| 12 | "+modules/bitrate_controller", |
Sebastian Jansson | 5c94f55 | 2018-10-15 16:46:51 | [diff] [blame] | 13 | "+modules/remote_bitrate_estimator", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 14 | "+modules/congestion_controller", |
| 15 | "+modules/pacing", |
| 16 | "+modules/rtp_rtcp", |
| 17 | "+system_wrappers", |
| 18 | "+p2p", |
Mirko Bonadei | 6543206 | 2017-12-11 08:32:13 | [diff] [blame] | 19 | "+third_party/libyuv", |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 11:05:36 | [diff] [blame] | 20 | ] |
| 21 | |
Artem Titov | 8041b65 | 2020-02-19 14:03:45 | [diff] [blame] | 22 | specific_include_rules = { |
| 23 | ".*ivf_converter\.cc": [ |
| 24 | "+absl/debugging/failure_signal_handler.h", |
| 25 | "+absl/debugging/symbolize.h", |
| 26 | "+modules/video_coding/codecs/vp8/include/vp8.h", |
| 27 | "+modules/video_coding/codecs/vp9/include/vp9.h", |
| 28 | "+modules/video_coding/include/video_error_codes.h", |
| 29 | "+modules/video_coding/utility/ivf_file_writer.h", |
| 30 | "+modules/video_coding/codecs/h264/include/h264.h", |
| 31 | ], |
Philipp Hancke | fae4fb1 | 2021-01-26 17:05:56 | [diff] [blame] | 32 | ".*video_replay\.cc": [ |
| 33 | "+modules/video_coding/utility/ivf_file_writer.h", |
| 34 | ], |
Artem Titov | 8041b65 | 2020-02-19 14:03:45 | [diff] [blame] | 35 | } |