Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(465)

Unified Diff: components/translate/content/public/interfaces/BUILD.gn

Issue 2143383002: [Translate] Migrate IPCs to Mojo interfaces. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from Ken and Anand Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698