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

Unified Diff: jingle/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 | « extensions/BUILD.gn ('k') | jingle/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/BUILD.gn
diff --git a/jingle/BUILD.gn b/jingle/BUILD.gn
index 10345a4cb615ce2ebe796a7fe1afcd86653e7f6a..b7928b4476f6f437ef2c1a898b3bf25d37b15e30 100644
--- a/jingle/BUILD.gn
+++ b/jingle/BUILD.gn
@@ -26,7 +26,7 @@ if (enable_webrtc || !is_android) {
"glue/xmpp_client_socket_factory.h",
]
public_deps = [
- "//third_party/libjingle",
+ "//third_party/webrtc_overrides",
]
deps = [
"//base",
@@ -99,8 +99,8 @@ if (enable_webrtc || !is_android) {
defines = [ "_CRT_SECURE_NO_WARNINGS" ]
public_deps = [
- "//third_party/libjingle",
"//third_party/libjingle_xmpp",
+ "//third_party/webrtc_overrides",
]
deps = [
":jingle_glue",
@@ -171,8 +171,8 @@ if (enable_webrtc || !is_android) {
configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
public_deps = [
- "//third_party/libjingle",
"//third_party/libjingle_xmpp",
+ "//third_party/webrtc_overrides",
]
deps = [
":jingle_glue",
« no previous file with comments | « extensions/BUILD.gn ('k') | jingle/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698