| Index: components/payments/core/BUILD.gn
|
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
|
| index 8d9499016bd6939f507ae8f3d633ab2a2618d265..5094bd228c5b7d9008910be5dfa0f0e96098c7ce 100644
|
| --- a/components/payments/core/BUILD.gn
|
| +++ b/components/payments/core/BUILD.gn
|
| @@ -11,6 +11,8 @@ static_library("core") {
|
| "autofill_payment_instrument.h",
|
| "basic_card_response.cc",
|
| "basic_card_response.h",
|
| + "can_make_payment_query.cc",
|
| + "can_make_payment_query.h",
|
| "currency_formatter.cc",
|
| "currency_formatter.h",
|
| "journey_logger.cc",
|
| @@ -34,6 +36,7 @@ static_library("core") {
|
| deps = [
|
| "//base",
|
| "//components/autofill/core/browser",
|
| + "//components/keyed_service/core",
|
| "//components/strings:components_strings_grit",
|
| "//components/ukm",
|
| "//third_party/libphonenumber",
|
|
|