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

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

Issue 2400503002: [Translate] Integrate TranslateEventProto UMA logging into TranslateManager. (Closed)
Patch Set: rebase and plumb through to uma metrics provider 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_manager.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 dfdc5a5320a4899fd82511ee76225cf55dcecb20..13c651779afc452aa82191316e0649c0b8ad8d59 100644
--- a/components/translate/core/browser/BUILD.gn
+++ b/components/translate/core/browser/BUILD.gn
@@ -67,6 +67,10 @@ static_library("browser") {
"//url",
]
+ public_deps = [
+ "//components/metrics/proto",
hamelphi 2016/10/13 15:13:56 This dependency is also in deps. I suppose we only
Roger McFarlane (Chromium) 2016/10/13 19:30:16 fixed the public_deps is needed: public_deps is t
hamelphi 2016/10/13 20:47:02 My point was that you probably can remove "//compo
Roger McFarlane (Chromium) 2016/10/14 19:59:05 ah... yeah, that's what I did. I thought you were
+ ]
+
if (!use_aura) {
sources += [
"translate_infobar_delegate.cc",
« no previous file with comments | « no previous file | components/translate/core/browser/translate_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698