webrtc/api/test/DEPS
Markus Handell 3d2210876e Remove unused critical section includes.
Bug: webrtc:11567
Change-Id: Ic5e43c51ce06c0619adc265d12ad4bef73a9df76
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/179521
Reviewed-by: Tommi <tommi@webrtc.org>
Commit-Queue: Markus Handell <handellm@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31745}
2020-07-16 13:52:28 +00:00

43 lines
1.1 KiB
Python

specific_include_rules = {
".*": [
"+modules/video_coding",
],
".*": [
"+video"
],
"dummy_peer_connection\.h": [
"+rtc_base/ref_counted_object.h",
],
"fake_constraints\.h": [
"+rtc_base/string_encode.h",
],
"loopback_media_transport\.h": [
"+rtc_base/async_invoker.h",
"+rtc_base/thread.h",
"+rtc_base/thread_checker.h",
],
"neteq_factory_with_codecs\.h": [
"+system_wrappers/include/clock.h",
],
"network_emulation_manager\.h": [
"+rtc_base/thread.h",
"+rtc_base/network.h",
"+rtc_base/network_constants.h",
],
"peerconnection_quality_test_fixture\.h": [
"+logging/rtc_event_log/rtc_event_log_factory_interface.h",
"+rtc_base/network.h",
"+rtc_base/rtc_certificate_generator.h",
"+rtc_base/ssl_certificate.h",
"+rtc_base/thread.h",
"+media/base/media_constants.h",
],
"time_controller\.h": [
"+modules/utility/include/process_thread.h",
"+rtc_base/synchronization/yield_policy.h",
"+system_wrappers/include/clock.h",
],
"create_frame_generator\.h": [
"+system_wrappers/include/clock.h",
],
}