Bug: webrtc:10138 Change-Id: Ib5f8e95761813bd117a5e29adbc6822a5c6c73bd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/126122 Commit-Queue: Artem Titov <titovartem@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Cr-Commit-Position: refs/heads/master@{#27146}
22 lines
429 B
Python
22 lines
429 B
Python
specific_include_rules = {
|
|
".*": [
|
|
"+modules/video_coding",
|
|
],
|
|
".*": [
|
|
"+video"
|
|
],
|
|
"fake_constraints\.h": [
|
|
"+rtc_base/string_encode.h",
|
|
],
|
|
"loopback_media_transport\.h": [
|
|
"+rtc_base/async_invoker.h",
|
|
"+rtc_base/critical_section.h",
|
|
"+rtc_base/thread.h",
|
|
"+rtc_base/thread_checker.h",
|
|
],
|
|
"network_emulation_manager\.h": [
|
|
"+rtc_base/thread.h",
|
|
"+rtc_base/network.h",
|
|
],
|
|
}
|