Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: components/autofill.gypi

Issue 964443002: Upstream iOS autofill driver implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add jdonnelly as OWNERS of //components/autofill/ios Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/autofill/ios/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ ],
+ },
+ ],
+ }],
],
}
« no previous file with comments | « no previous file | components/autofill/ios/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698