From 09e65aeddbf19a5173ae462a25aa63ffec27eb0c Mon Sep 17 00:00:00 2001 From: Edwin Wu Date: Thu, 22 Jul 2021 17:17:30 -0700 Subject: [PATCH] Internal change PiperOrigin-RevId: 386356072 --- cpp/core/internal/mediums/webrtc/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/core/internal/mediums/webrtc/BUILD b/cpp/core/internal/mediums/webrtc/BUILD index ddff64b2..461bd846 100644 --- a/cpp/core/internal/mediums/webrtc/BUILD +++ b/cpp/core/internal/mediums/webrtc/BUILD @@ -45,6 +45,7 @@ cc_library( "//absl/strings", "//absl/time", "//webrtc/api:libjingle_peerconnection_api", + "//webrtc/pc:peerconnection", ], )