| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 0cb2356434a5e7e71d000387dde47cab3749a0f3..b3901a7af6dc8f476ab0ba69cad725724a57a34c 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -221,6 +221,8 @@
|
| 'browser/autofill/autofill_cc_infobar_delegate.h',
|
| 'browser/autofill/personal_data_manager_factory.cc',
|
| 'browser/autofill/personal_data_manager_factory.h',
|
| + 'browser/autofill/validation_rules_storage_factory.cc',
|
| + 'browser/autofill/validation_rules_storage_factory.h',
|
| 'browser/auto_launch_trial.cc',
|
| 'browser/auto_launch_trial.h',
|
| 'browser/automation/automation_browser_tracker.cc',
|
| @@ -2650,6 +2652,7 @@
|
| '../third_party/expat/expat.gyp:expat',
|
| '../third_party/hunspell/hunspell.gyp:hunspell',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| + '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| '../third_party/libyuv/libyuv.gyp:libyuv',
|
| '../third_party/npapi/npapi.gyp:npapi',
|
| @@ -3228,6 +3231,7 @@
|
| ],
|
| 'dependencies!': [
|
| '../components/components.gyp:web_modal',
|
| + '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput',
|
| '../third_party/libusb/libusb.gyp:libusb',
|
| ],
|
| 'sources': [
|
|
|