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

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

Issue 2913593002: Implementation of translation event logging. (Closed)
Patch Set: fix Created 3 years, 6 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
Index: components/translate/core/common/BUILD.gn
diff --git a/components/translate/core/common/BUILD.gn b/components/translate/core/common/BUILD.gn
index 5aca8ab319ce688be5d14e1948aee0c52921a171..11cffc6770d88f68d488febcc6d6609fb77fc3ad 100644
--- a/components/translate/core/common/BUILD.gn
+++ b/components/translate/core/common/BUILD.gn
@@ -17,10 +17,13 @@ static_library("common") {
"translate_switches.h",
"translate_util.cc",
"translate_util.h",
+ "translation_logging_helper.cc",
+ "translation_logging_helper.h",
]
deps = [
"//base",
+ "//components/metrics/proto",
"//components/sync/protocol",
"//url",
]
@@ -32,10 +35,12 @@ source_set("unit_tests") {
"language_detection_logging_helper_unittest.cc",
"translate_metrics_unittest.cc",
"translate_util_unittest.cc",
+ "translation_logging_helper_unittest.cc",
]
deps = [
":common",
"//base",
+ "//components/metrics/proto",
"//components/sync/protocol",
"//testing/gtest",
"//url",

Powered by Google App Engine
This is Rietveld 408576698