Index: components/translate/content/public/interfaces/BUILD.gn |
diff --git a/components/password_manager/content/public/interfaces/BUILD.gn b/components/translate/content/public/interfaces/BUILD.gn |
similarity index 75% |
copy from components/password_manager/content/public/interfaces/BUILD.gn |
copy to components/translate/content/public/interfaces/BUILD.gn |
index 77f6d165215dfc260ff4cf67dd44582b3987c4cf..6a321bf50220d86b12ad7b0c697f5516de6463ee 100644 |
--- a/components/password_manager/content/public/interfaces/BUILD.gn |
+++ b/components/translate/content/public/interfaces/BUILD.gn |
@@ -6,13 +6,11 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("interfaces") { |
sources = [ |
- "credential_manager.mojom", |
+ "translate.mojom", |
] |
public_deps = [ |
+ "//mojo/common:common_custom_types", |
"//url/mojo:url_mojom_gurl", |
- "//url/mojo:url_mojom_origin", |
] |
- |
- use_new_wrapper_types = false |
} |