Index: webrtc/tools/BUILD.gn |
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn |
index 169a7f49de9f29b0755e2643e5f73a11aceb8481..828f2c1f6b3056ce59970664ff117eeb5378c762 100644 |
--- a/webrtc/tools/BUILD.gn |
+++ b/webrtc/tools/BUILD.gn |
@@ -25,6 +25,9 @@ group("tools") { |
} |
if (rtc_enable_protobuf) { |
public_deps += [ ":chart_proto" ] |
+ deps = [ |
+ "../base:protobuf_utils", |
+ ] |
} |
if (rtc_include_tests) { |
@@ -202,6 +205,7 @@ if (rtc_enable_protobuf) { |
} |
defines = [ "ENABLE_RTC_EVENT_LOG" ] |
deps = [ |
+ "../base:protobuf_utils", |
"../call:call_interfaces", |
"../logging:rtc_event_log_impl", |
"../logging:rtc_event_log_parser", |
@@ -238,6 +242,7 @@ if (rtc_include_tests) { |
defines = [ "ENABLE_RTC_EVENT_LOG" ] |
deps = [ |
":event_log_visualizer_utils", |
+ "../base:protobuf_utils", |
"../test:field_trial", |
"//third_party/gflags", |
] |
@@ -329,6 +334,7 @@ if (rtc_include_tests) { |
"$root_build_dir/{{source_file_part}}", |
] |
deps = [ |
+ "../base:protobuf_utils", |
"../logging:rtc_event_log_proto", |
] |
} |