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:
Bjorn Terelius
2019-01-09 11:15:34 +01:00
committed by Commit Bot
parent e4ed6ea63b
commit b8b3c9918f
18 changed files with 17 additions and 9 deletions

View File

@ -1,4 +1,5 @@
include_rules = [
"+logging/rtc_event_log/rtc_event_log_factory.h",
"+modules/utility/include",
"+sdk/android/native_api",
]