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

Unified Diff: content/browser/BUILD.gn

Issue 2694363005: Add gn dependency on rtc_task_runner. (Closed)
Patch Set: 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 | « no previous file | content/common/BUILD.gn » ('j') | remoting/client/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index c8d27f5c2a01a8f7bb0171fabc6cd4f42d2ad90e..13bc9b3b803c30a35dfe17fac1e65f963c48f833 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1518,6 +1518,7 @@ source_set("browser") {
"//jingle:jingle_glue",
"//third_party/libjingle/webrtc:libjingle_webrtc",
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
Sergey Ulanov 2017/02/16 19:38:13 content code shouldn't depend on rtc_task_runner d
nisse-chromium (ooo August 14) 2017/02/20 09:51:32 Dropped this dependency.
"//third_party/webrtc/media:rtc_media_base",
"//third_party/webrtc/modules/desktop_capture:primitives",
]
« no previous file with comments | « no previous file | content/common/BUILD.gn » ('j') | remoting/client/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698