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

Unified Diff: components/translate/core/browser/BUILD.gn

Issue 2395253002: Send TranslateEventProtos to UMA. (Closed)
Patch Set: Remove Record interface from client. Created 4 years, 2 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 | components/translate/core/browser/translate_ranker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate/core/browser/BUILD.gn
diff --git a/components/translate/core/browser/BUILD.gn b/components/translate/core/browser/BUILD.gn
index ab04d4f1154592b42aa14000417060e1211d56c1..dfdc5a5320a4899fd82511ee76225cf55dcecb20 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -52,6 +52,7 @@ static_library("browser") {
"//components/keyed_service/core",
"//components/language_usage_metrics",
"//components/metrics",
+ "//components/metrics/proto",
"//components/pref_registry",
"//components/prefs",
"//components/resources:components_resources",
@@ -101,6 +102,7 @@ source_set("unit_tests") {
":browser",
"//base",
"//components/infobars/core",
+ "//components/metrics/proto",
"//components/pref_registry:test_support",
"//components/prefs",
"//components/prefs:test_support",
« no previous file with comments | « no previous file | components/translate/core/browser/translate_ranker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698