| Index: components/payments/BUILD.gn
|
| diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
|
| index 924122beec489c7c06b64ab14a0aaaeb5601f7d8..294b5ebab7af5e214376f7213abc7fc08c88d9eb 100644
|
| --- a/components/payments/BUILD.gn
|
| +++ b/components/payments/BUILD.gn
|
| @@ -24,6 +24,15 @@ mojom("payment_app") {
|
| ]
|
| }
|
|
|
| +static_library("payments") {
|
| + sources = [
|
| + # Place-holder.
|
| + ]
|
| + deps = [
|
| + ":payment_request",
|
| + ]
|
| +}
|
| +
|
| static_library("payment_validation") {
|
| sources = [
|
| "payment_details_validation.cc",
|
|
|