| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index ef32405458ca6d00b8e70c736176beb2e635f312..7f42600f6b1504d4237a4f3558464356435f424f 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -260,8 +260,14 @@
|
| 'autofill/core/browser/autofill_save_card_infobar_delegate_mobile.h',
|
| 'autofill/core/browser/autofill_save_card_infobar_mobile.h',
|
| ],
|
| - }]
|
| + }],
|
| + ['OS!="ios"', {
|
| + 'dependencies': [
|
| + '../device/geolocation/geolocation.gyp:device_geolocation',
|
| + ]
|
| + }],
|
| ],
|
| +
|
| },
|
|
|
| {
|
|
|