Add missing entries, move definitions to closer DEPS files. Tbr: shampson@webrtc.org Tbr: terelius@webrtc.org Bug: None Change-Id: I07574ad4d440eb729d21aba673981833261c1fcf Reviewed-on: https://webrtc-review.googlesource.com/c/115742 Commit-Queue: Steve Anton <steveanton@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26114}
18 lines
331 B
Python
18 lines
331 B
Python
specific_include_rules = {
|
|
".*": [
|
|
"+modules/video_coding",
|
|
],
|
|
".*": [
|
|
"+video"
|
|
],
|
|
"fakeconstraints\.h": [
|
|
"+rtc_base/stringencode.h",
|
|
],
|
|
"loopback_media_transport\.h": [
|
|
"+rtc_base/asyncinvoker.h",
|
|
"+rtc_base/criticalsection.h",
|
|
"+rtc_base/thread.h",
|
|
"+rtc_base/thread_checker.h",
|
|
],
|
|
}
|