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

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

Issue 2913593002: Implementation of translation event logging. (Closed)
Patch Set: fix 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
Index: components/translate/core/common/BUILD.gn
diff --git a/components/translate/core/common/BUILD.gn b/components/translate/core/common/BUILD.gn
index f8038c92d811a49a87829c19decbd7f7716bfd9b..5479766fb80b07ac6e9b5287bb605bba38b74023 100644
--- a/components/translate/core/common/BUILD.gn
+++ b/components/translate/core/common/BUILD.gn
@@ -15,10 +15,14 @@ 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",
]
}
@@ -28,10 +32,13 @@ source_set("unit_tests") {
sources = [
"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