This cl/ is a NOP refactoring, moving the EncoderStreamFactory from within webrtc_video_engine.cc into own file in video/. simulcast.cc is collateral. Bug: webrtc:14451 Change-Id: Ia69b9241d8cd8a12be6628d887701f2e244c07cc Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/276861 Reviewed-by: Artem Titov <titovartem@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Jonas Oreland <jonaso@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38224}
25 lines
414 B
Python
25 lines
414 B
Python
include_rules = [
|
|
"+vpx",
|
|
"+call",
|
|
"+common_video",
|
|
"+sdk",
|
|
"+system_wrappers",
|
|
"+rtc_tools",
|
|
"+third_party/libyuv",
|
|
"+rtc_base/system/rtc_export.h",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"android_codec_factory_helper\.cc": [
|
|
"+base/android",
|
|
],
|
|
"multiplex_encoder_adapter\.cc": [
|
|
"+media/base",
|
|
],
|
|
".*test.*\.cc": [
|
|
"+media/base",
|
|
"+media/engine",
|
|
"+video/config",
|
|
],
|
|
}
|