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

Unified Diff: chrome/utility/BUILD.gn

Issue 2453313004: Convert FieldTrialActivated to use mojo. (Closed)
Patch Set: Convert FieldTrialActivated to use mojo. 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 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) {

Powered by Google App Engine
This is Rietveld 408576698