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

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

Issue 2740633002: [Autofill] Add upstreaming UKM (Closed)
Patch Set: Addressed comments Created 3 years, 9 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/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 884296c30b31d40672b23f0ee27897926a426a0d..5ad2edea584718a7a91aedbe54337d9b42ba5eeb 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -200,6 +200,7 @@ static_library("browser") {
"//components/signin/core/common",
"//components/strings",
"//components/sync",
+ "//components/ukm",
"//components/variations/net",
"//components/version_info",
"//components/webdata/common",
@@ -368,6 +369,8 @@ source_set("unit_tests") {
"//components/sync",
"//components/sync:test_support_driver",
"//components/sync:test_support_model",
+ "//components/ukm",
+ "//components/ukm:test_support",
"//components/variations",
"//components/variations:test_support",
"//components/webdata/common",

Powered by Google App Engine
This is Rietveld 408576698