Chromium Code Reviews| Index: chrome/common/importer/BUILD.gn |
| diff --git a/components/translate/content/common/BUILD.gn b/chrome/common/importer/BUILD.gn |
| similarity index 75% |
| copy from components/translate/content/common/BUILD.gn |
| copy to chrome/common/importer/BUILD.gn |
| index 7e782e1d0bbbff4bb8c6d65409f5719e548fc33a..905bddcd622791be18efafe41dcf86a52578d92e 100644 |
| --- a/components/translate/content/common/BUILD.gn |
| +++ b/chrome/common/importer/BUILD.gn |
| @@ -4,12 +4,13 @@ |
| import("//mojo/public/tools/bindings/mojom.gni") |
| -mojom("common") { |
| +mojom("interfaces") { |
| sources = [ |
| - "translate.mojom", |
| + "profile_import.mojom", |
| ] |
| public_deps = [ |
| + "//components/autofill/content/common:mojo_types", |
|
gab
2016/11/07 20:07:32
What's autofill for?
tibell
2016/11/07 23:34:24
It's for the use of autofill.mojom.PasswordForm in
|
| "//mojo/common:common_custom_types", |
| "//url/mojo:url_mojom_gurl", |
| ] |