Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(112)

Unified Diff: remoting/host/BUILD.gn

Issue 1808233002: Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 68d0a8e0f7d87ab4bee92ed271d4c75cb0751c3c..2ec097b169b0740bb853f2c25d2e353194dde24c 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -239,7 +239,7 @@ if (is_mac) { # TODO(GYP) Mac build of remoting host.
if (enable_webrtc) {
public_deps += [
- "//third_party/libjingle:libpeerconnection",
+ "//third_party/libjingle:libjingle_webrtc",
"//third_party/webrtc/modules/desktop_capture",
]
}

Powered by Google App Engine
This is Rietveld 408576698