| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index a0e57d9f72d87ff7c80dc8d4109daa9601986b45..e72dd967a9377677ff2c7406cc01f17e3c977160 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -52,6 +52,8 @@
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/icu/icu.gyp:icuuc',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| + # FIXME not for commit
|
| + '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| '../third_party/zlib/google/zip.gyp:zip',
|
| @@ -210,6 +212,8 @@
|
| 'browser/autofill/autofill_cc_infobar_delegate.h',
|
| 'browser/autofill/personal_data_manager_factory.cc',
|
| 'browser/autofill/personal_data_manager_factory.h',
|
| + 'browser/autofill/address_storage_factory.cc',
|
| + 'browser/autofill/address_storage_factory.h',
|
| 'browser/auto_launch_trial.cc',
|
| 'browser/auto_launch_trial.h',
|
| 'browser/automation/automation_browser_tracker.cc',
|
|
|