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

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

Issue 2876663002: [Web Payments] Add data attribution string to dialog (Closed)
Patch Set: Address comments 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/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index 5094bd228c5b7d9008910be5dfa0f0e96098c7ce..a9293648d9ee256312758d2d164ca06641130216 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -24,6 +24,8 @@ static_library("core") {
"payment_method_data.cc",
"payment_method_data.h",
"payment_options_provider.h",
+ "payment_prefs.cc",
+ "payment_prefs.h",
"payment_request_data_util.cc",
"payment_request_data_util.h",
"payment_request_delegate.h",
@@ -88,6 +90,7 @@ source_set("unit_tests") {
"//components/autofill/core/browser",
"//components/autofill/core/browser:test_support",
"//components/metrics/proto",
+ "//components/pref_registry",
"//components/strings:components_strings_grit",
"//components/ukm",
"//components/ukm:test_support",

Powered by Google App Engine
This is Rietveld 408576698