2016-03-17 12:05:36 +01:00
|
|
|
include_rules = [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+call",
|
2018-11-28 16:47:49 +01:00
|
|
|
"+common_audio",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+common_video",
|
|
|
|
|
"+logging/rtc_event_log",
|
2019-02-01 10:00:05 -08:00
|
|
|
"+media",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/audio_device",
|
|
|
|
|
"+modules/audio_coding/audio_network_adaptor",
|
2018-11-28 16:47:49 +01:00
|
|
|
"+modules/audio_coding/neteq/include",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/audio_coding/neteq/tools",
|
|
|
|
|
"+modules/audio_processing",
|
|
|
|
|
"+modules/bitrate_controller",
|
2018-10-15 18:46:51 +02:00
|
|
|
"+modules/remote_bitrate_estimator",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/congestion_controller",
|
|
|
|
|
"+modules/pacing",
|
|
|
|
|
"+modules/rtp_rtcp",
|
|
|
|
|
"+system_wrappers",
|
|
|
|
|
"+p2p",
|
2017-12-11 09:32:13 +01:00
|
|
|
"+third_party/libyuv",
|
2016-03-17 12:05:36 +01:00
|
|
|
]
|
|
|
|
|
|
2020-02-19 15:03:45 +01:00
|
|
|
specific_include_rules = {
|
|
|
|
|
".*ivf_converter\.cc": [
|
|
|
|
|
"+absl/debugging/failure_signal_handler.h",
|
|
|
|
|
"+absl/debugging/symbolize.h",
|
|
|
|
|
"+modules/video_coding/codecs/vp8/include/vp8.h",
|
|
|
|
|
"+modules/video_coding/codecs/vp9/include/vp9.h",
|
|
|
|
|
"+modules/video_coding/include/video_error_codes.h",
|
|
|
|
|
"+modules/video_coding/utility/ivf_file_writer.h",
|
|
|
|
|
"+modules/video_coding/codecs/h264/include/h264.h",
|
|
|
|
|
],
|
2021-01-26 18:05:56 +01:00
|
|
|
".*video_replay\.cc": [
|
|
|
|
|
"+modules/video_coding/utility/ivf_file_writer.h",
|
|
|
|
|
],
|
2020-02-19 15:03:45 +01:00
|
|
|
}
|