| Index: components/payments/core/BUILD.gn
|
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
|
| index f6bf9239bea9137be2bae1cc02afb36a678c135c..af12d3f572aacf5cca27f7eaf774a6ba8370d290 100644
|
| --- a/components/payments/core/BUILD.gn
|
| +++ b/components/payments/core/BUILD.gn
|
| @@ -21,11 +21,15 @@ static_library("core") {
|
| "payment_options_provider.h",
|
| "payment_request_data_util.cc",
|
| "payment_request_data_util.h",
|
| + "strings_util.cc",
|
| + "strings_util.h",
|
| ]
|
|
|
| deps = [
|
| "//base",
|
| "//components/autofill/core/browser",
|
| + "//components/strings:components_strings_grit",
|
| + "//ui/base",
|
| ]
|
|
|
| public_deps = [
|
|
|