Index: webrtc/BUILD.gn |
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn |
index 5b5ed165b809f6964b2b86b454e466e1faa3ae0c..df4d7fd2f8aa21a5744490950dbdd94a72fdcad3 100644 |
--- a/webrtc/BUILD.gn |
+++ b/webrtc/BUILD.gn |
@@ -551,6 +551,10 @@ if (rtc_include_tests) { |
"//testing/gtest", |
] |
+ if (rtc_enable_protobuf) { |
+ deps += [ "call:rtc_event_log_tests" ] |
+ } |
+ |
if (is_android) { |
deps += [ "//testing/android/native_test:native_test_support" ] |
shard_timeout = 900 |