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",
|
2018-03-09 15:03:26 -08:00
|
|
|
"+media/engine",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/audio_coding",
|
2018-09-27 13:47:01 +02:00
|
|
|
"+modules/congestion_controller",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/audio_device",
|
|
|
|
|
"+modules/audio_mixer",
|
|
|
|
|
"+modules/audio_processing",
|
2018-08-03 13:25:17 +02:00
|
|
|
"+modules/congestion_controller/bbr",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/rtp_rtcp",
|
2019-03-18 18:53:07 +01:00
|
|
|
"+modules/utility",
|
2017-09-15 06:47:31 +02:00
|
|
|
"+modules/video_capture",
|
|
|
|
|
"+modules/video_coding",
|
|
|
|
|
"+sdk",
|
|
|
|
|
"+system_wrappers",
|
2017-12-11 09:32:13 +01:00
|
|
|
"+third_party/libyuv",
|
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
|
|
|
],
|
2018-08-30 10:38:44 -07:00
|
|
|
".*mdns_parser_fuzzer\.cc": [
|
|
|
|
|
"+p2p/base/mdns_message.h",
|
|
|
|
|
],
|
2017-09-14 16:26:07 +02:00
|
|
|
".*pseudotcp_parser_fuzzer\.cc": [
|
2019-01-11 09:11:00 -08:00
|
|
|
"+p2p/base/pseudo_tcp.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
|
|
|
],
|
2019-08-12 13:40:47 +02:00
|
|
|
".*test_main\.cc": [
|
|
|
|
|
"+absl/debugging/failure_signal_handler.h",
|
|
|
|
|
"+absl/debugging/symbolize.h",
|
|
|
|
|
],
|
2019-01-30 10:24:47 +01:00
|
|
|
".*test_peer\.(h|cc)": [
|
|
|
|
|
"+pc",
|
|
|
|
|
"+p2p",
|
|
|
|
|
],
|
2019-01-30 15:26:05 +01:00
|
|
|
".*network_emulation_pc_unittest\.cc": [
|
|
|
|
|
"+pc/peer_connection_wrapper.h",
|
|
|
|
|
"+pc/test/mock_peer_connection_observers.h",
|
|
|
|
|
"+p2p/client/basic_port_allocator.h",
|
|
|
|
|
],
|
2019-02-14 10:51:27 +01:00
|
|
|
".*peer_connection_quality_test\.(h|cc)": [
|
2019-02-07 16:43:51 +01:00
|
|
|
"+pc",
|
2019-06-13 16:36:52 +02:00
|
|
|
],
|
|
|
|
|
".*sdp_changer\.(h|cc)": [
|
|
|
|
|
"+pc",
|
|
|
|
|
"+p2p",
|
2019-02-07 16:43:51 +01:00
|
|
|
]
|
2016-09-28 17:42:01 -07:00
|
|
|
}
|