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

Unified Diff: chrome/utility/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 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) {

Powered by Google App Engine
This is Rietveld 408576698