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

Unified Diff: chrome/common/BUILD.gn

Issue 2470283002: Convert profile import IPCs to Mojo (Closed)
Patch Set: Use correct int types 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 443a67cee597410b5ebd304c4d59e1927b925605..6bf3277d2dc1c14e5b37315dc7d528d7b165f2cc 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