2016-03-17 12:05:36 +01:00
|
|
|
include_rules = [
|
2017-08-22 07:16:20 -07:00
|
|
|
"+third_party/libjpeg",
|
|
|
|
|
"+third_party/libjpeg_turbo",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+call",
|
|
|
|
|
"+common_audio",
|
|
|
|
|
"+common_video",
|
|
|
|
|
"+logging/rtc_event_log",
|
|
|
|
|
"+media/base",
|
|
|
|
|
"+modules/audio_coding",
|
|
|
|
|
"+modules/audio_device",
|
|
|
|
|
"+modules/audio_mixer",
|
|
|
|
|
"+modules/audio_processing",
|
|
|
|
|
"+modules/media_file",
|
|
|
|
|
"+modules/rtp_rtcp",
|
|
|
|
|
"+modules/video_capture",
|
|
|
|
|
"+modules/video_coding",
|
|
|
|
|
"+sdk",
|
|
|
|
|
"+system_wrappers",
|
|
|
|
|
"+voice_engine",
|
2016-03-17 12:05:36 +01:00
|
|
|
]
|
2016-09-28 17:42:01 -07:00
|
|
|
|
|
|
|
|
specific_include_rules = {
|
|
|
|
|
"gmock\.h": [
|
|
|
|
|
"+testing/gmock/include/gmock",
|
|
|
|
|
],
|
|
|
|
|
"gtest\.h": [
|
|
|
|
|
"+testing/gtest/include/gtest",
|
|
|
|
|
],
|
2017-09-14 16:26:07 +02:00
|
|
|
".*congestion_controller_feedback_fuzzer\.cc": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/congestion_controller/include/receive_side_congestion_controller.h",
|
|
|
|
|
"+modules/pacing/packet_router.h",
|
|
|
|
|
"+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
|
2017-09-14 16:26:07 +02:00
|
|
|
],
|
|
|
|
|
".*pseudotcp_parser_fuzzer\.cc": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+p2p/base/pseudotcp.h",
|
2017-09-14 16:26:07 +02:00
|
|
|
],
|
|
|
|
|
".*stun_parser_fuzzer\.cc": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+p2p/base/stun.h",
|
2017-09-14 16:26:07 +02:00
|
|
|
],
|
|
|
|
|
".*stun_validator_fuzzer\.cc": [
|
2017-09-15 06:47:31 +02:00
|
|
|
"+p2p/base/stun.h",
|
2017-09-14 16:26:07 +02:00
|
|
|
],
|
2016-09-28 17:42:01 -07:00
|
|
|
}
|