Chromium Code Reviews| Index: components/payments/BUILD.gn |
| diff --git a/components/payments/BUILD.gn b/components/payments/BUILD.gn |
| index fe3fe64cbe8e82cb3935652a574a211cd78e7947..250ef2ea8b2db8bf7e5c3df3830869f01ef95293 100644 |
| --- a/components/payments/BUILD.gn |
| +++ b/components/payments/BUILD.gn |
| @@ -13,3 +13,12 @@ mojom("payment_request") { |
| "//mojo/common:common_custom_types", |
| ] |
| } |
| + |
| +static_library("payments") { |
| + sources = [ |
| + # Place-holder. |
|
please use gerrit instead
2016/11/04 21:58:15
Does this patch not compile the newly added files?
Kevin Bailey
2016/11/09 16:25:21
The new files are over in chrome/browser/payments
|
| + ] |
| + deps = [ |
| + ":payment_request", |
| + ] |
| +} |