| Index: components/payments/core/BUILD.gn
|
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
|
| index f6bf9239bea9137be2bae1cc02afb36a678c135c..a7271f2e18837e86f342c1f7488a6369623c88c7 100644
|
| --- a/components/payments/core/BUILD.gn
|
| +++ b/components/payments/core/BUILD.gn
|
| @@ -21,6 +21,8 @@ static_library("core") {
|
| "payment_options_provider.h",
|
| "payment_request_data_util.cc",
|
| "payment_request_data_util.h",
|
| + "profile_util.cc",
|
| + "profile_util.h",
|
| ]
|
|
|
| deps = [
|
| @@ -42,6 +44,7 @@ source_set("unit_tests") {
|
| "currency_formatter_unittest.cc",
|
| "payment_address_unittest.cc",
|
| "payment_request_data_util_unittest.cc",
|
| + "profile_util_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|