Clean up visibility and dependencies of RTC event log build targets.
- 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}
This commit is contained in:
committed by
Commit Bot
parent
e4ed6ea63b
commit
b8b3c9918f
@ -1021,6 +1021,7 @@ if (is_android) {
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../call:call_interfaces",
|
||||
"../../logging:rtc_event_log_api",
|
||||
"../../logging:rtc_event_log_impl_base",
|
||||
"../../media:rtc_audio_video",
|
||||
"../../modules/audio_device:audio_device",
|
||||
"../../modules/audio_processing:api",
|
||||
@ -1502,6 +1503,7 @@ if (is_android) {
|
||||
"../../api/audio_codecs:builtin_audio_decoder_factory",
|
||||
"../../api/audio_codecs:builtin_audio_encoder_factory",
|
||||
"../../api/video:video_frame",
|
||||
"../../logging:rtc_event_log_impl_base",
|
||||
"../../media:rtc_audio_video",
|
||||
"../../media:rtc_internal_video_codecs",
|
||||
"../../media:rtc_media_base",
|
||||
|
||||
Reference in New Issue
Block a user