blob: d55be1b6345fec1d56d01bc66ba0c3ac99208fcd [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
ilnikee42d192017-08-22 07:16:20 -07002 "+third_party/libjpeg",
3 "+third_party/libjpeg_turbo",
Mirko Bonadei92ea95e2017-09-15 06:47:31 +02004 "+call",
5 "+common_audio",
6 "+common_video",
7 "+logging/rtc_event_log",
8 "+media/base",
9 "+modules/audio_coding",
10 "+modules/audio_device",
11 "+modules/audio_mixer",
12 "+modules/audio_processing",
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020013 "+modules/rtp_rtcp",
14 "+modules/video_capture",
15 "+modules/video_coding",
16 "+sdk",
17 "+system_wrappers",
Mirko Bonadei65432062017-12-11 09:32:13 +010018 "+third_party/libyuv",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010019]
kwiberg77eab702016-09-28 17:42:01 -070020
21specific_include_rules = {
22 "gmock\.h": [
23 "+testing/gmock/include/gmock",
24 ],
25 "gtest\.h": [
26 "+testing/gtest/include/gtest",
27 ],
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020028 ".*congestion_controller_feedback_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020029 "+modules/congestion_controller/include/receive_side_congestion_controller.h",
30 "+modules/pacing/packet_router.h",
31 "+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020032 ],
33 ".*pseudotcp_parser_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020034 "+p2p/base/pseudotcp.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020035 ],
36 ".*stun_parser_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020037 "+p2p/base/stun.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020038 ],
39 ".*stun_validator_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020040 "+p2p/base/stun.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020041 ],
kwiberg77eab702016-09-28 17:42:01 -070042}