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

Unified Diff: chrome/chrome_repack_locales.gni

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix chrome/browser/BUILD.gn Created 5 years, 11 months 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index 9754d739259f1fd5373edc8ef32efd48566745bb..76be636b313e18c2f13433f296b695596abe2bcb 100644
--- a/chrome/chrome_repack_locales.gni
+++ b/chrome/chrome_repack_locales.gni
@@ -62,7 +62,7 @@ template("_repack_one_locale") {
"//ui/strings:app_locale_settings",
]
}
- if (enable_autofill_dialog && !is_ios && !is_android) {
+ if ((enable_autofill_dialog && !is_ios) || is_android) {
Lei Zhang 2015/01/23 20:53:18 I think this should be just enable_autofill_dialog
Theresa 2015/01/23 21:44:06 You are correct. Done.
sources += [ "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${locale}.pak" ]
deps += [ "//third_party/libaddressinput:strings" ]
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698