Chromium Code Reviews| Index: components/webmessaging/public/interfaces/BUILD.gn |
| diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/webmessaging/public/interfaces/BUILD.gn |
| similarity index 73% |
| copy from components/password_manager/content/public/interfaces/BUILD.gn |
| copy to components/webmessaging/public/interfaces/BUILD.gn |
| index 66d988d3475448aaaad514cbbdcb98ac58721023..9f4126879949293037130e4790b735bbd125c617 100644 |
| --- a/components/password_manager/content/public/interfaces/BUILD.gn |
| +++ b/components/webmessaging/public/interfaces/BUILD.gn |
| @@ -4,13 +4,11 @@ |
| import("//mojo/public/tools/bindings/mojom.gni") |
| -mojom("interfaces") { |
| - sources = [ |
| - "credential_manager.mojom", |
| - ] |
| +mojom_files = [ "broadcast_channel.mojom" ] |
|
Ken Rockot(use gerrit already)
2016/06/24 18:14:51
nit: Please just inline the sources list like you
Marijn Kruisselbrink
2016/06/24 18:37:11
Done
|
| - public_deps = [ |
| - "//url/mojo:url_mojom_gurl", |
| +mojom("interfaces") { |
| + sources = mojom_files |
| + deps = [ |
| "//url/mojo:url_mojom_origin", |
| ] |
| } |