| Index: components/payments/core/BUILD.gn
|
| diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
|
| index 6b8cbc44e575cbad9f9519661f5e49ef37da0661..e330013e8eb4d1f8329bdf1aaa9038010294a875 100644
|
| --- a/components/payments/core/BUILD.gn
|
| +++ b/components/payments/core/BUILD.gn
|
| @@ -24,6 +24,8 @@ static_library("core") {
|
| "payment_request_data_util.cc",
|
| "payment_request_data_util.h",
|
| "payment_request_delegate.h",
|
| + "profile_util.cc",
|
| + "profile_util.h",
|
| "strings_util.cc",
|
| "strings_util.h",
|
| ]
|
| @@ -50,6 +52,7 @@ source_set("unit_tests") {
|
| "payment_address_unittest.cc",
|
| "payment_method_data_unittest.cc",
|
| "payment_request_data_util_unittest.cc",
|
| + "profile_util_unittest.cc",
|
| ]
|
|
|
| deps = [
|
|
|