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

Unified Diff: chrome/common/BUILD.gn

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
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index cad7ff08cc9e05b3f36fa524dfe8fcafb0f15800..e016c77644b22b31df3de061336c81d24a078757 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -432,8 +432,8 @@ static_library("common") {
"importer/importer_type.h",
"importer/importer_url_row.cc",
"importer/importer_url_row.h",
- "importer/profile_import_process_messages.cc",
- "importer/profile_import_process_messages.h",
+ "importer/profile_import_process_param_traits.cc",
+ "importer/profile_import_process_param_traits.h",
"importer/profile_import_process_param_traits_macros.h",
"importer/safari_importer_utils.h",
"importer/safari_importer_utils.mm",
« no previous file with comments | « chrome/browser/importer/in_process_importer_bridge.cc ('k') | chrome/common/all_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698