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

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: Actually commit AddressField.java 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
Index: chrome/chrome_repack_locales.gni
diff --git a/chrome/chrome_repack_locales.gni b/chrome/chrome_repack_locales.gni
index 9754d739259f1fd5373edc8ef32efd48566745bb..4f42fad59505688b8b3ebc29869e5a68f9e697ce 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) {
sources += [ "${root_gen_dir}/third_party/libaddressinput/address_input_strings_${locale}.pak" ]
deps += [ "//third_party/libaddressinput:strings" ]
}

Powered by Google App Engine
This is Rietveld 408576698