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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 25620002: [rac] Use i18n address inputs with --enable-autofill-address-i18n flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index 43f62d54355dcf0438acf513842d2df947e10d73..2c7eb5222c9e990f0d40a8bd9a8b12fc1ae36be6 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -310,6 +310,12 @@
'browser/ui/autofill/autofill_dialog_controller.h',
'browser/ui/autofill/autofill_dialog_controller_impl.cc',
'browser/ui/autofill/autofill_dialog_controller_impl.h',
+ 'browser/ui/autofill/autofill_dialog_input.cc',
+ 'browser/ui/autofill/autofill_dialog_input.h',
+ 'browser/ui/autofill/autofill_dialog_input_i18n.cc',
+ 'browser/ui/autofill/autofill_dialog_input_i18n.h',
+ 'browser/ui/autofill/autofill_dialog_input_static.cc',
+ 'browser/ui/autofill/autofill_dialog_input_static.h',
'browser/ui/autofill/autofill_dialog_models.cc',
'browser/ui/autofill/autofill_dialog_models.h',
'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698