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

Unified Diff: chrome/common/importer/BUILD.gn

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Use enum instead of int in mojom where possible Created 4 years, 1 month 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: 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",
]

Powered by Google App Engine
This is Rietveld 408576698