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

Unified Diff: chrome/utility/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/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index e44a96c86627e783f93d2685d7580e817aa7514c..71359bc3cbcff7a395603cdfeffba14ea67fe45f 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -91,6 +91,7 @@ static_library("utility") {
]
deps += [
"//chrome/common:mojo_bindings",
+ "//chrome/common/importer:interfaces",
"//net:net_utility_services",
]
}

Powered by Google App Engine
This is Rietveld 408576698