webrtc/modules/video_coding/DEPS
Rasmus Brandt f105325a55 Move all Android specific stuff to android_codec_factory_helper.
This helps separate concerns, so that the VideoProcessorIntegrationTest
is almost oblivious to the fact that it needs to connect to the JVM
to get the Android HW codecs.

Bug: webrtc:8448
Change-Id: I4359b31f84be48eaf99d83525bcce6e593e874f8
Reviewed-on: https://webrtc-review.googlesource.com/47384
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21890}
2018-02-05 13:08:26 +00:00

19 lines
298 B
Python

include_rules = [
"+vpx",
"+call",
"+common_video",
"+sdk",
"+system_wrappers",
"+rtc_tools",
"+third_party/libyuv",
]
specific_include_rules = {
"android_codec_factory_helper\.cc": [
"+base/android",
],
"test_config.cc": [
"+media/base",
"+media/engine",
],
}