- Remove visibility of encoder target. - Remove unnecessary dependency on task_queue. - Remove CreateRtcEventLogFactory() declaration from the rtc_event_log_api target since the function is not defined in that target. Bug: None Change-Id: Id9edee86f358d08ea063d62bd96e9653c5b06d55 Reviewed-on: https://webrtc-review.googlesource.com/c/116060 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26215}
16 lines
426 B
Python
16 lines
426 B
Python
include_rules = [
|
|
"+third_party/libyuv",
|
|
"+call/callfactoryinterface.h",
|
|
"+common_video",
|
|
"+logging/rtc_event_log/rtc_event_log_factory.h",
|
|
"+media/base",
|
|
"+media/engine",
|
|
"+modules/audio_device/include/audio_device.h",
|
|
"+modules/audio_processing/include/audio_processing.h",
|
|
"+modules/include",
|
|
"+modules/utility/include/jvm_android.h",
|
|
"+modules/video_coding",
|
|
"+pc",
|
|
"+system_wrappers/include",
|
|
]
|