blob: 5aaae768b3f7a778940af0a80925911280da4381 [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",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01004 "+webrtc/call",
oprypina5145842017-03-14 09:01:47 -07005 "+webrtc/common_audio",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01006 "+webrtc/common_video",
skvlad11a9cbf2016-10-07 11:53:05 -07007 "+webrtc/logging/rtc_event_log",
nisse7ade7b32016-03-23 04:48:10 -07008 "+webrtc/media/base",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01009 "+webrtc/modules/audio_coding",
10 "+webrtc/modules/audio_device",
aleloi10111bc2016-11-17 06:48:48 -080011 "+webrtc/modules/audio_mixer",
aleloidd310712016-11-17 06:28:59 -080012 "+webrtc/modules/audio_processing",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010013 "+webrtc/modules/media_file",
14 "+webrtc/modules/rtp_rtcp",
15 "+webrtc/modules/video_capture",
16 "+webrtc/modules/video_coding",
kthelgasonc1b661e2017-01-09 01:40:03 -080017 "+webrtc/sdk",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010018 "+webrtc/system_wrappers",
19 "+webrtc/voice_engine",
20]
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": [
30 "+webrtc/modules/congestion_controller/include/receive_side_congestion_controller.h",
31 "+webrtc/modules/pacing/packet_router.h",
32 "+webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
33 ],
34 ".*pseudotcp_parser_fuzzer\.cc": [
35 "+webrtc/p2p/base/pseudotcp.h",
36 ],
37 ".*stun_parser_fuzzer\.cc": [
38 "+webrtc/p2p/base/stun.h",
39 ],
40 ".*stun_validator_fuzzer\.cc": [
41 "+webrtc/p2p/base/stun.h",
42 ],
kwiberg77eab702016-09-28 17:42:01 -070043}