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

Unified Diff: content/common/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 | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index dbc58dc2d3b933fe536b8b3d5308e6b6969c9c6e..2fa7e05ec7db7235f2902da46d4de205b79f1dc8 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -394,6 +394,7 @@ source_set("common") {
"//third_party/icu",
"//third_party/libjingle",
"//third_party/webrtc/base:rtc_base",
+ "//third_party/webrtc/base:rtc_task_runner",
"//ui/accessibility",
"//ui/base",
"//ui/base/ime",
« no previous file with comments | « no previous file | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698