webrtc/modules/video_coding/DEPS
Rasmus Brandt fb1a8661db Add support for H.264 constrained high profile in VideoProcessor.
BUG=webrtc:8448

Change-Id: I968d6cd78dd4f3c19a7944ae4cc73c5eddb9a949
Reviewed-on: https://webrtc-review.googlesource.com/16160
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20466}
2017-10-27 13:30:34 +00:00

19 lines
303 B
Python

include_rules = [
"+vpx",
"+call",
"+common_video",
"+system_wrappers",
"+rtc_tools",
]
specific_include_rules = {
"android_test_initializer\.cc": [
"+base/android",
"+sdk",
],
"(.*test\.cc|.*test\.h|.*test\.mm)": [
"+media/base",
"+media/engine",
"+sdk",
],
}