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

Unified Diff: remoting/host/BUILD.gn

Issue 2413103004: Remove third_party/libjingle and update GN targets. (Closed)
Patch Set: Fix rebase mistake Created 3 years, 10 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 | « remoting/DEPS ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/BUILD.gn
diff --git a/remoting/host/BUILD.gn b/remoting/host/BUILD.gn
index 95457d7d262d3a1870593d496c6349f2b13548bf..5b8afbf4b6cd5917899fb301c7912cbac2b6dfd8 100644
--- a/remoting/host/BUILD.gn
+++ b/remoting/host/BUILD.gn
@@ -466,9 +466,9 @@ static_library("test_support") {
if (enable_webrtc) {
public_deps += [
- "//third_party/libjingle/webrtc:libjingle_webrtc",
"//third_party/libjingle_xmpp",
"//third_party/webrtc/modules/desktop_capture",
+ "//third_party/webrtc_overrides:init_webrtc",
]
}
}
@@ -622,8 +622,8 @@ if (enable_remoting_host) {
if (enable_webrtc) {
deps += [
- "//third_party/libjingle/webrtc:libjingle_webrtc",
"//third_party/libjingle_xmpp",
+ "//third_party/webrtc_overrides:init_webrtc",
]
}
}
@@ -739,8 +739,8 @@ if (enable_me2me_host) {
if (enable_webrtc) {
deps += [
- "//third_party/libjingle/webrtc:libjingle_webrtc",
"//third_party/libjingle_xmpp",
+ "//third_party/webrtc_overrides:init_webrtc",
]
}
« no previous file with comments | « remoting/DEPS ('k') | remoting/host/it2me/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698