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-01-11 09:11:00 -08:00
|
|
|
"fake_constraints\.h": [
|
|
|
|
|
"+rtc_base/string_encode.h",
|
2018-12-27 11:15:19 -08:00
|
|
|
],
|
2018-11-01 16:42:44 -07:00
|
|
|
"loopback_media_transport\.h": [
|
2019-01-11 09:11:00 -08:00
|
|
|
"+rtc_base/async_invoker.h",
|
|
|
|
|
"+rtc_base/critical_section.h",
|
2018-11-01 16:42:44 -07:00
|
|
|
"+rtc_base/thread.h",
|
2018-11-08 11:23:22 -08:00
|
|
|
"+rtc_base/thread_checker.h",
|
2018-11-01 16:42:44 -07:00
|
|
|
],
|
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",
|
|
|
|
|
],
|
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",
|
2019-03-22 12:34:25 +01:00
|
|
|
],
|
2018-05-04 11:56:55 +02:00
|
|
|
}
|