Stop using public_deps in logging/.

Bug: webrtc:8603
Change-Id: Id0df997620a27e47067e4b21e4e8db16aec90640
No-Try: True
Reviewed-on: https://webrtc-review.googlesource.com/30940
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21228}
diff --git a/rtc_tools/BUILD.gn b/rtc_tools/BUILD.gn
index 49e4568..1fbc627 100644
--- a/rtc_tools/BUILD.gn
+++ b/rtc_tools/BUILD.gn
@@ -223,12 +223,15 @@
       defines = [ "ENABLE_RTC_EVENT_LOG" ]
       deps = [
         ":chart_proto",
+        "../:webrtc_common",
         "../call:call_interfaces",
         "../call:video_stream_api",
+        "../logging:rtc_event_log_api",
         "../logging:rtc_event_log_impl",
         "../logging:rtc_event_log_parser",
         "../modules:module_api",
         "../modules/audio_coding:ana_debug_dump_proto",
+        "../modules/audio_coding:audio_network_adaptor",
         "../modules/audio_coding:neteq_tools",
         "../modules/rtp_rtcp:rtp_rtcp_format",
         "../rtc_base:rtc_base_approved",
@@ -263,6 +266,7 @@
       deps = [
         ":event_log_visualizer_utils",
         "../logging:rtc_event_log_parser",
+        "../rtc_base:protobuf_utils",
         "../rtc_base:rtc_base_approved",
         "../test:field_trial",
         "../test:test_support",