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

Unified Diff: components/autofill.gypi

Issue 261013010: autocomplete: add ability to get full address (hidden behind a flag). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: self review Created 6 years, 7 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/browser/ui/autofill/data_model_wrapper.cc ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index ca0d7a3b2937ae40bd06b1a64d0c3fdf8836d1e4..8e33e59271a78e37cacb9f5dc24c14342f0b4b0a 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -97,6 +97,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
'../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
'../ui/base/ui_base.gyp:ui_base',
'../ui/gfx/gfx.gyp:gfx',
@@ -115,6 +116,8 @@
'autofill/core/browser/address.h',
'autofill/core/browser/address_field.cc',
'autofill/core/browser/address_field.h',
+ 'autofill/core/browser/address_i18n.cc',
+ 'autofill/core/browser/address_i18n.h',
'autofill/core/browser/autocomplete_history_manager.cc',
'autofill/core/browser/autocomplete_history_manager.h',
'autofill/core/browser/autofill-inl.h',
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper.cc ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698