|  | include_rules = [ | 
|  | "+call", | 
|  | "+common_audio", | 
|  | "+common_video", | 
|  | "+logging/rtc_event_log", | 
|  | "+media", | 
|  | "+modules/audio_device", | 
|  | "+modules/audio_coding/audio_network_adaptor", | 
|  | "+modules/audio_coding/neteq/include", | 
|  | "+modules/audio_coding/neteq/tools", | 
|  | "+modules/audio_processing", | 
|  | "+modules/bitrate_controller", | 
|  | "+modules/remote_bitrate_estimator", | 
|  | "+modules/congestion_controller", | 
|  | "+modules/pacing", | 
|  | "+modules/rtp_rtcp", | 
|  | "+system_wrappers", | 
|  | "+p2p", | 
|  | "+third_party/libyuv", | 
|  | "+video/config", | 
|  | ] | 
|  |  | 
|  | 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", | 
|  | ], | 
|  | ".*video_replay\.cc": [ | 
|  | "+absl/strings/str_format.h", | 
|  | "+absl/strings/str_split.h", | 
|  | "+modules/video_coding/include/video_error_codes.h", | 
|  | "+modules/video_coding/utility/ivf_file_writer.h", | 
|  | ], | 
|  | ".*video_encoder\.cc": [ | 
|  | "+modules/video_coding/codecs/av1/av1_svc_config.h", | 
|  | "+modules/video_coding/include/video_codec_interface.h", | 
|  | "+modules/video_coding/include/video_error_codes.h", | 
|  | "+modules/video_coding/svc/scalability_mode_util.h", | 
|  | ], | 
|  | ".*encoded_image_file_writer\.(cc|h)": [ | 
|  | "+modules/video_coding/include/video_codec_interface.h", | 
|  | "+modules/video_coding/svc/scalability_mode_util.h", | 
|  | "+modules/video_coding/utility/ivf_file_writer.h", | 
|  | ], | 
|  | } |