2018-05-04 11:56:55 +02:00
|
|
|
specific_include_rules = {
|
|
|
|
|
".*": [
|
2018-05-22 13:34:14 +02:00
|
|
|
"+modules/video_coding",
|
2018-05-04 11:56:55 +02:00
|
|
|
],
|
2018-06-21 16:58:01 +02:00
|
|
|
".*": [
|
|
|
|
|
"+video"
|
|
|
|
|
],
|
2019-09-13 14:45:55 +02:00
|
|
|
"dummy_peer_connection\.h": [
|
|
|
|
|
"+rtc_base/ref_counted_object.h",
|
|
|
|
|
],
|
2019-10-31 14:38:11 +01:00
|
|
|
"neteq_factory_with_codecs\.h": [
|
|
|
|
|
"+system_wrappers/include/clock.h",
|
|
|
|
|
],
|
2019-03-15 15:00:37 +01:00
|
|
|
"network_emulation_manager\.h": [
|
|
|
|
|
"+rtc_base/thread.h",
|
|
|
|
|
"+rtc_base/network.h",
|
2020-01-23 15:46:45 +01:00
|
|
|
"+rtc_base/network_constants.h",
|
2019-03-15 15:00:37 +01:00
|
|
|
],
|
2021-11-22 16:07:35 +01:00
|
|
|
"peer_network_dependencies\.h": [
|
|
|
|
|
"+rtc_base/network.h",
|
|
|
|
|
"+rtc_base/thread.h",
|
|
|
|
|
],
|
2019-03-22 12:34:25 +01:00
|
|
|
"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",
|
2019-05-07 11:56:44 +02:00
|
|
|
"+media/base/media_constants.h",
|
2022-03-08 01:26:03 +01:00
|
|
|
"+modules/audio_processing/include/audio_processing.h",
|
2019-03-22 12:34:25 +01:00
|
|
|
],
|
2019-11-21 10:37:18 -08:00
|
|
|
"time_controller\.h": [
|
|
|
|
|
"+rtc_base/synchronization/yield_policy.h",
|
|
|
|
|
"+system_wrappers/include/clock.h",
|
|
|
|
|
],
|
2019-12-04 12:37:13 +01:00
|
|
|
"create_frame_generator\.h": [
|
|
|
|
|
"+system_wrappers/include/clock.h",
|
|
|
|
|
],
|
2018-05-04 11:56:55 +02:00
|
|
|
}
|