| Index: components/autofill.gypi
|
| diff --git a/components/autofill.gypi b/components/autofill.gypi
|
| index 21d98fdbbf1e233e984b340ee69ffa753ea2b17b..e8c6d1531daa1d7860c50b6e69d181e890b493fe 100644
|
| --- a/components/autofill.gypi
|
| +++ b/components/autofill.gypi
|
| @@ -459,5 +459,26 @@
|
| },
|
| ],
|
| }],
|
| + ['OS == "ios"', {
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'autofill_ios_browser',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + 'autofill_core_browser',
|
| + '../ios/provider/ios_provider_web.gyp:ios_provider_web',
|
| + '../ios/web/ios_web.gyp:ios_web',
|
| + ],
|
| + 'sources': [
|
| + 'autofill/ios/browser/autofill_driver_ios.h',
|
| + 'autofill/ios/browser/autofill_driver_ios.mm',
|
| + 'autofill/ios/browser/autofill_driver_ios_bridge.h',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|