Files
platform-external-webrtc/test/DEPS
Sebastian Jansson 50eb4c44ad Adds BBR field trial to CallTest.
Bug: webrtc:8415
Change-Id: Ie0db059390fe4e079f1faa90f74f4ef53b192b6f
Reviewed-on: https://webrtc-review.googlesource.com/92383
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24189}
2018-08-03 18:07:51 +00:00

45 lines
1.0 KiB
Python

include_rules = [
"+third_party/libjpeg",
"+third_party/libjpeg_turbo",
"+call",
"+common_audio",
"+common_video",
"+logging/rtc_event_log",
"+media/base",
"+media/engine",
"+modules/audio_coding",
"+modules/audio_device",
"+modules/audio_mixer",
"+modules/audio_processing",
"+modules/congestion_controller/bbr",
"+modules/rtp_rtcp",
"+modules/video_capture",
"+modules/video_coding",
"+sdk",
"+system_wrappers",
"+third_party/libyuv",
]
specific_include_rules = {
"gmock\.h": [
"+testing/gmock/include/gmock",
],
"gtest\.h": [
"+testing/gtest/include/gtest",
],
".*congestion_controller_feedback_fuzzer\.cc": [
"+modules/congestion_controller/include/receive_side_congestion_controller.h",
"+modules/pacing/packet_router.h",
"+modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h",
],
".*pseudotcp_parser_fuzzer\.cc": [
"+p2p/base/pseudotcp.h",
],
".*stun_parser_fuzzer\.cc": [
"+p2p/base/stun.h",
],
".*stun_validator_fuzzer\.cc": [
"+p2p/base/stun.h",
],
}