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

Unified Diff: chrome/chrome_repack_locales.gni

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/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index 47a431d6d8a22ec1d5c3442f9c536cf0b20b4d0a..71469b0983ad879c3dc4dc76707ee7b0567420d4 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -66,8 +66,8 @@ template("_repack_one_locale") {
deps += [
"//content/app/strings",
"//device/bluetooth/strings",
- "//ui/strings:ui_strings",
"//ui/strings:app_locale_settings",
+ "//ui/strings:ui_strings",
]
}
if (enable_autofill_dialog) {

Powered by Google App Engine
This is Rietveld 408576698