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

Unified Diff: remoting/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 | « jingle/DEPS ('k') | remoting/DEPS » ('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 85aa0ba3e35e83555d15a2eb8f8e40ebc7ed5940..a630f569f83aa11510eb0cee45c2f507b898860c 100644
--- a/remoting/BUILD.gn
+++ b/remoting/BUILD.gn
@@ -163,7 +163,7 @@ test("remoting_unittests") {
}
if (enable_webrtc) {
- deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
+ deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
}
if (is_android) {
@@ -201,12 +201,12 @@ if (enable_remoting_host) {
"//net:test_support",
"//remoting/base",
"//testing/gtest",
- "//third_party/libjingle",
"//third_party/webrtc/modules/desktop_capture",
+ "//third_party/webrtc_overrides",
]
if (enable_webrtc) {
- deps += [ "//third_party/libjingle/webrtc:libjingle_webrtc" ]
+ deps += [ "//third_party/webrtc_overrides:init_webrtc" ]
}
if (is_win) {
« no previous file with comments | « jingle/DEPS ('k') | remoting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698