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

Unified Diff: chrome/common/importer/profile_import.typemap

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Merge Created 4 years 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/profile_import.typemap
diff --git a/chrome/common/importer/profile_import.typemap b/chrome/common/importer/profile_import.typemap
new file mode 100644
index 0000000000000000000000000000000000000000..6283f2bf6871a10f710694772b5da0bc9b70c2ad
--- /dev/null
+++ b/chrome/common/importer/profile_import.typemap
@@ -0,0 +1,29 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+mojom = "//chrome/common/importer/profile_import.mojom"
+public_headers = [
+ "//chrome/common/importer/imported_bookmark_entry.h",
+ "//chrome/common/importer/importer_autofill_form_data_entry.h",
+ "//chrome/common/importer/importer_data_types.h",
+ "//chrome/common/importer/importer_url_row.h",
+ "//components/favicon_base/favicon_usage_data.h",
+]
+traits_headers =
+ [ "//chrome/common/importer/profile_import_process_param_traits.h" ]
+deps = [
+ "//chrome/common",
+ "//components/favicon_base",
+ "//ipc",
+]
+type_mappings = [
+ "chrome.mojom.FaviconUsageDataList=::favicon_base::FaviconUsageDataList",
+ "chrome.mojom.ImportedBookmarkEntry=::ImportedBookmarkEntry",
+ "chrome.mojom.ImporterAutofillFormDataEntry=::ImporterAutofillFormDataEntry",
+ "chrome.mojom.ImporterIE7PasswordInfo=::importer::ImporterIE7PasswordInfo",
+ "chrome.mojom.ImporterURLRow=::ImporterURLRow",
+ "chrome.mojom.SearchEngineInfo=::importer::SearchEngineInfo",
+ "chrome.mojom.SourceProfile=::importer::SourceProfile",
+ "chrome.mojom.ImportItem=::importer::ImportItem",
+]
« no previous file with comments | « chrome/common/importer/profile_import.mojom ('k') | chrome/common/importer/profile_import_process_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698