blob: 39f107b9b2d62b8e6fa95c04aaf34e336e9258a2 [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",
13 "+modules/media_file",
14 "+modules/rtp_rtcp",
15 "+modules/video_capture",
16 "+modules/video_coding",
17 "+sdk",
18 "+system_wrappers",
19 "+voice_engine",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010020]
kwiberg77eab702016-09-28 17:42:01 -070021
22specific_include_rules = {
23 "gmock\.h": [
24 "+testing/gmock/include/gmock",
25 ],
26 "gtest\.h": [
27 "+testing/gtest/include/gtest",
28 ],
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020029 ".*congestion_controller_feedback_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020030 "+modules/congestion_controller/include/receive_side_congestion_controller.h",
31 "+modules/pacing/packet_router.h",
32 "+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020033 ],
34 ".*pseudotcp_parser_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020035 "+p2p/base/pseudotcp.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020036 ],
37 ".*stun_parser_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020038 "+p2p/base/stun.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020039 ],
40 ".*stun_validator_fuzzer\.cc": [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020041 "+p2p/base/stun.h",
Mirko Bonadei9c66aee2017-09-14 16:26:07 +020042 ],
kwiberg77eab702016-09-28 17:42:01 -070043}