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

Unified Diff: chrome/utility/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/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index 532d5543ec0db1680ddc7146c6979b2da0d10068..f4c663410bbd3c725314ef44cc0246bb4be54846 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -95,6 +95,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