| 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',
|
|
|