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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2882353002: Implement Ukm Mojo interface. (Closed)
Patch Set: Fix nits Created 3 years, 7 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 | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | components/ukm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 4070d3d4d5b61a5594ffbe21e2b862859616caa8..165d3659d49aefa978decaaf3858e4f4882ca06f 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -131,6 +131,8 @@ static_library("renderer") {
"//components/translate/content/renderer",
"//components/translate/core/common",
"//components/translate/core/language_detection",
+ "//components/ukm/public",
+ "//components/ukm/public/interfaces",
"//components/visitedlink/renderer",
"//components/web_cache/renderer",
"//content/app/resources",
« no previous file with comments | « chrome/browser/chrome_content_browser_manifest_overlay.json ('k') | components/ukm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698