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

Unified Diff: components/payments/core/BUILD.gn

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Addressed Mathp's comments Created 3 years, 8 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/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 1eecb8e74e9a41a65f336d8720dd75d60354fa45..94d9252c2f6b299eeeba8f523ae35710e6b7c710 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -34,7 +34,9 @@ static_library("core") {
"//base",
"//components/autofill/core/browser",
"//components/strings:components_strings_grit",
+ "//components/ukm",
"//ui/base",
+ "//url",
]
public_deps = [
@@ -62,6 +64,9 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
+ "//components/metrics/proto",
+ "//components/ukm",
+ "//components/ukm:test_support",
"//testing/gmock",
"//testing/gtest",
"//third_party/libaddressinput:test_support",

Powered by Google App Engine
This is Rietveld 408576698