mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 15:20:42 +01:00

These parameters allow to configure number of simulcast/spatial layers in video codec tests. Bug: webrtc:8524 Change-Id: Iad1332732758a8297abcf740c24c483e5fccec9a Reviewed-on: https://webrtc-review.googlesource.com/43020 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21741}
21 lines
361 B
Python
21 lines
361 B
Python
include_rules = [
|
|
"+vpx",
|
|
"+call",
|
|
"+common_video",
|
|
"+experiments",
|
|
"+system_wrappers",
|
|
"+rtc_tools",
|
|
"+third_party/libyuv",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"android_test_initializer\.cc": [
|
|
"+base/android",
|
|
"+sdk",
|
|
],
|
|
"(.*test\.cc|.*test\.h|.*test\.mm|test_config.cc)": [
|
|
"+media/base",
|
|
"+media/engine",
|
|
"+sdk",
|
|
],
|
|
}
|