Index: chrome/utility/BUILD.gn |
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
index f4f8a8f6d66916441ef93d1e5e672028b0aa55e6..1e6a7f4a6d55cc3cc26e6c6ed03fbe4a386dea8e 100644 |
--- a/chrome/utility/BUILD.gn |
+++ b/chrome/utility/BUILD.gn |
@@ -41,6 +41,7 @@ static_library("utility") { |
"//chrome:strings", |
"//chrome/common", |
"//chrome/common:mojo_bindings", |
+ "//chrome/common:mojo_bindings_no_new_wrapper_types", |
"//components/safe_json/utility", |
"//components/search_engines", |
"//components/strings", |
@@ -91,10 +92,7 @@ static_library("utility") { |
"profile_import_handler.cc", |
"profile_import_handler.h", |
] |
- deps += [ |
- "//chrome/common:mojo_bindings", |
- "//net:net_utility_services", |
- ] |
+ deps += [ "//net:net_utility_services" ] |
} |
if (enable_extensions) { |