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

Unified Diff: third_party/libjingle_xmpp/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: Dropped two of the rtc_task_runner deps. 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 | « third_party/libjingle/webrtc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle_xmpp/BUILD.gn
diff --git a/third_party/libjingle_xmpp/BUILD.gn b/third_party/libjingle_xmpp/BUILD.gn
index c44fbab084e52ac8706aa61f285a4ed68847a354..a89d8acf81100f9a7d9b3d378c2e989d8122dd90 100644
--- a/third_party/libjingle_xmpp/BUILD.gn
+++ b/third_party/libjingle_xmpp/BUILD.gn
@@ -32,6 +32,7 @@ rtc_static_library("rtc_xmllite") {
deps = [
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
]
public_deps = [
"//third_party/expat",
@@ -82,6 +83,7 @@ rtc_static_library("rtc_xmpp") {
deps = [
":rtc_xmllite",
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
]
public_deps = [
"//third_party/expat",
« no previous file with comments | « third_party/libjingle/webrtc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698