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

Unified Diff: ui/strings/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch 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: ui/strings/BUILD.gn
diff --git a/ui/strings/BUILD.gn b/ui/strings/BUILD.gn
index 82cad9f315529f5f59b51669baf57e5d4708cbc0..b5f471a8cb001c8499acf939796f17597dfde509 100644
--- a/ui/strings/BUILD.gn
+++ b/ui/strings/BUILD.gn
@@ -8,8 +8,8 @@ import("//tools/grit/grit_rule.gni")
# targets want both. You can depend on the individually if you need to.
group("strings") {
public_deps = [
- ":ui_strings",
":app_locale_settings",
+ ":ui_strings",
]
}

Powered by Google App Engine
This is Rietveld 408576698