| Index: components/payments/BUILD.gn
|
| diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn
|
| index 924122beec489c7c06b64ab14a0aaaeb5601f7d8..251d548e19c231edf773bd71d054f8d8bd1e1424 100644
|
| --- a/components/payments/BUILD.gn
|
| +++ b/components/payments/BUILD.gn
|
| @@ -24,6 +24,22 @@ mojom("payment_app") {
|
| ]
|
| }
|
|
|
| +static_library("payment_request_impl") {
|
| + sources = [
|
| + "payment_request_delegate.h",
|
| + "payment_request_impl.cc",
|
| + "payment_request_impl.h",
|
| + "payment_request_web_contents_manager.cc",
|
| + "payment_request_web_contents_manager.h",
|
| + ]
|
| +
|
| + deps = [
|
| + ":payment_request",
|
| + "//content/public/browser",
|
| + "//mojo/public/cpp/bindings",
|
| + ]
|
| +}
|
| +
|
| static_library("payment_validation") {
|
| sources = [
|
| "payment_details_validation.cc",
|
|
|