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

Unified Diff: chrome/common/BUILD.gn

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Address review comments 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/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 03682cd0420c70e3753280477c4356f455bc8f2e..51abf8b81fef71e9092fee0017219303a9c495a4 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -431,8 +431,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",

Powered by Google App Engine
This is Rietveld 408576698