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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//chrome/common/importer/profile_import.mojom"
6 public_headers = [
7 "//chrome/common/importer/imported_bookmark_entry.h",
8 "//chrome/common/importer/importer_autofill_form_data_entry.h",
9 "//chrome/common/importer/importer_data_types.h",
10 "//chrome/common/importer/importer_url_row.h",
11 "//components/favicon_base/favicon_usage_data.h",
12 ]
13 traits_headers =
14 [ "//chrome/common/importer/profile_import_process_param_traits.h" ]
15 deps = [
16 "//chrome/common",
17 "//components/favicon_base",
18 "//ipc",
19 ]
20 type_mappings = [
21 "chrome.mojom.FaviconUsageDataList=::favicon_base::FaviconUsageDataList",
22 "chrome.mojom.ImportedBookmarkEntry=::ImportedBookmarkEntry",
23 "chrome.mojom.ImporterAutofillFormDataEntry=::ImporterAutofillFormDataEntry",
24 "chrome.mojom.ImporterIE7PasswordInfo=::importer::ImporterIE7PasswordInfo",
25 "chrome.mojom.ImporterURLRow=::ImporterURLRow",
26 "chrome.mojom.SearchEngineInfo=::importer::SearchEngineInfo",
27 "chrome.mojom.SourceProfile=::importer::SourceProfile",
28 "chrome.mojom.ImportItem=::importer::ImportItem",
29 ]
OLDNEW
« 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