mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 22:00:47 +01:00

This is needed to be able to use webrtc::video_coding::EncodedFrame is unit tests in Chromium. TBR=tommi@webrtc.org Bug: webrtc:11380 Change-Id: Idb3b0ab667a548f5a968e02a8efd91f02585c3f9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/169451 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30651}
23 lines
392 B
Python
23 lines
392 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",
|
|
],
|
|
}
|