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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 974bb7b361089e1223d007b76e3709347efb374a..ed5e67e68d5e6c65bb9fc28527d00f460f5813db 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -362,6 +362,8 @@
'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_i18n_input.cc',
Evan Stade 2013/12/02 23:30:34 this needs to be excluded on android
Dan Beam 2013/12/03 02:11:19 Done.
+ 'browser/ui/autofill/autofill_dialog_i18n_input.h',
'browser/ui/autofill/autofill_dialog_models.cc',
'browser/ui/autofill/autofill_dialog_models.h',
'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
@@ -2643,6 +2645,11 @@
['include', '^browser/ui/profile_error_dialog\\.cc$'],
],
}],
+ ['OS != "ios" and OS != "android"', {
+ 'dependencies': [
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
+ ],
+ }],
['enable_printing!=0', {
'dependencies': [
'../printing/printing.gyp:printing',

Powered by Google App Engine
This is Rietveld 408576698