Index: content/renderer/BUILD.gn |
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn |
index ea8b2e085868c157a6f027520ae59c28a0236c33..c1778f73af0e9caa2e662a4982dff4b209abfe87 100644 |
--- a/content/renderer/BUILD.gn |
+++ b/content/renderer/BUILD.gn |
@@ -172,13 +172,17 @@ target(link_target_type, "renderer") { |
deps += [ |
"//crypto", |
"//third_party/libjingle:libjingle_webrtc", |
- "//third_party/libjingle:libstunprober", |
"//third_party/libvpx", |
+ "//third_party/webrtc/api:libjingle_peerconnection", |
"//third_party/webrtc/base:rtc_base", |
"//third_party/webrtc/common_video", |
+ "//third_party/webrtc/media:rtc_media", |
"//third_party/webrtc/modules/audio_device", |
"//third_party/webrtc/modules/audio_processing", |
"//third_party/webrtc/modules/video_coding:webrtc_h264", |
+ "//third_party/webrtc/p2p:libstunprober", |
+ "//third_party/webrtc/p2p:rtc_p2p", |
+ "//third_party/webrtc/pc:rtc_pc", |
"//third_party/webrtc/system_wrappers", |
] |
if (rtc_use_h264) { |