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

Unified Diff: remoting/protocol/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/host/it2me/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/BUILD.gn
diff --git a/remoting/protocol/BUILD.gn b/remoting/protocol/BUILD.gn
index 68f94877f50844a3cddc2e1b210d3ee9aab82ea1..edda462fb9ce3586dd2f3ab6cd612a417982eab4 100644
--- a/remoting/protocol/BUILD.gn
+++ b/remoting/protocol/BUILD.gn
@@ -182,7 +182,7 @@ static_library("protocol") {
public_deps = [
"//remoting/proto",
- "//third_party/libjingle",
+ "//third_party/webrtc_overrides",
]
deps = [
"//base",
@@ -236,7 +236,7 @@ static_library("protocol") {
]
}
- deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
+ deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
}
if (enable_remoting_host) {
« no previous file with comments | « remoting/host/it2me/BUILD.gn ('k') | remoting/signaling/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698