Preparation to make landing of https://webrtc-review.googlesource.com/c/src/+/238660 easier. Bug: webrtc:13145 Change-Id: I314a53cc634f842e5df009d0802b214aa6f8728b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/238663 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35403}
40 lines
1013 B
Python
40 lines
1013 B
Python
specific_include_rules = {
|
|
".*": [
|
|
"+modules/video_coding",
|
|
],
|
|
".*": [
|
|
"+video"
|
|
],
|
|
"dummy_peer_connection\.h": [
|
|
"+rtc_base/ref_counted_object.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",
|
|
],
|
|
"peer_network_dependencies\.h": [
|
|
"+rtc_base/network.h",
|
|
"+rtc_base/thread.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",
|
|
],
|
|
}
|