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

Unified Diff: remoting/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/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index d58efd7dc1134d1ac772f1537176a6b846f48fe2..c55b491a5b8f90305bfb397a289d1e63af967ac0 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -160,10 +160,7 @@ if (!is_mac) {
}
if (enable_webrtc) {
- deps += [
- "//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libpeerconnection",
- ]
+ deps += [ "//third_party/libjingle:libjingle_webrtc" ]
}
if (is_android) {

Powered by Google App Engine
This is Rietveld 408576698