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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 436563005: Turn Autofill country text input into a Spinner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix findbugs found bugs Created 6 years, 4 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 4a2853b2496d114e6072925399bb24451baeba0f..d7dbc69d8e00f5d442a9e07e3a5bbecb9b83f97b 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -16,6 +16,8 @@
'browser/ui/android/autofill/autofill_logger_android.h',
'browser/ui/android/autofill/autofill_popup_view_android.cc',
'browser/ui/android/autofill/autofill_popup_view_android.h',
+ 'browser/ui/android/autofill/country_adapter_android.cc',
+ 'browser/ui/android/autofill/country_adapter_android.h',
'browser/ui/android/content_settings/popup_blocked_infobar_delegate.cc',
'browser/ui/android/content_settings/popup_blocked_infobar_delegate.h',
'browser/ui/android/infobars/auto_login_infobar_delegate_android.cc',
@@ -103,6 +105,8 @@
'browser/ui/autofill/chrome_autofill_client.cc',
'browser/ui/autofill/chrome_autofill_client.h',
'browser/ui/autofill/chrome_autofill_client_mac.mm',
+ 'browser/ui/autofill/country_combobox_model.cc',
+ 'browser/ui/autofill/country_combobox_model.h',
'browser/ui/autofill/loading_animation.cc',
'browser/ui/autofill/loading_animation.h',
'browser/ui/autofill/password_generation_popup_controller_impl.cc',
@@ -1355,8 +1359,6 @@
'browser/ui/autofill/account_chooser_model.h',
'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
'browser/ui/autofill/autofill_dialog_sign_in_delegate.h',
- 'browser/ui/autofill/country_combobox_model.cc',
- 'browser/ui/autofill/country_combobox_model.h',
'browser/ui/autofill/generated_credit_card_bubble_controller.cc',
'browser/ui/autofill/generated_credit_card_bubble_controller.h',
'browser/ui/autofill/generated_credit_card_bubble_view.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698