- 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}
15 lines
288 B
Python
15 lines
288 B
Python
include_rules = [
|
|
"+api",
|
|
"+common_video",
|
|
"+logging/rtc_event_log/rtc_event_log_factory.h",
|
|
"+media",
|
|
"+modules/audio_device",
|
|
"+modules/video_capture",
|
|
"+modules/audio_processing",
|
|
"+p2p",
|
|
"+pc",
|
|
"+sdk/objc",
|
|
"+system_wrappers/include",
|
|
"+third_party/libyuv",
|
|
]
|