Index: chrome/utility/BUILD.gn |
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn |
index 4777889d9db3df0607a15f25b4f581596a4f9ddc..4d3dccb0bcd68216f34a8784394595cdd8c3475d 100644 |
--- a/chrome/utility/BUILD.gn |
+++ b/chrome/utility/BUILD.gn |
@@ -27,6 +27,9 @@ static_library("utility") { |
public_deps = [] |
deps = [ |
"//base", |
+ "//chrome:resources", |
+ "//chrome:strings", |
+ "//chrome/common", |
"//components/safe_json:safe_json_parser_message_filter", |
"//components/search_engines", |
"//components/strings", |
@@ -36,9 +39,6 @@ static_library("utility") { |
"//media", |
"//skia", |
"//third_party/libxml", |
- "//chrome:resources", |
- "//chrome:strings", |
- "//chrome/common", |
] |
if (!is_android) { |