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

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

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « components/payments/content/android/journey_logger_android.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 0f6a6d3a08dce87263d0503f44b652dae93985a0..99d9269c1b1d4491386661f34f1c3a3c6231e5b2 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 = [
@@ -63,6 +65,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",
« no previous file with comments | « components/payments/content/android/journey_logger_android.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698