Chromium Code Reviews| 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. |
|
Lei Zhang
2016/11/09 18:08:56
I assume there is a plan to put files here in the
Kevin Bailey
2016/11/15 14:36:33
Yes. I could just point chrome/browser/BUILD.gn at
|
| + ] |
| + deps = [ |
| + ":payment_request", |
| + ] |
| +} |
| + |
| static_library("payment_validation") { |
| sources = [ |
| "payment_details_validation.cc", |