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

Unified Diff: remoting/BUILD.gn

Issue 1839063005: Reland of move 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
« no previous file with comments | « content/test/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/BUILD.gn
diff --git a/remoting/BUILD.gn b/remoting/BUILD.gn
index dd2d177622addb4a7cea3048e7a888e421e6dfc5..bcd380f86b314541f504025e008335428de8b8ae 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -158,10 +158,7 @@
}
if (enable_webrtc) {
- deps += [
- "//third_party/libjingle:libjingle_webrtc",
- "//third_party/libjingle:libpeerconnection",
- ]
+ deps += [ "//third_party/libjingle:libjingle_webrtc" ]
}
if (is_android) {
« no previous file with comments | « content/test/BUILD.gn ('k') | remoting/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698