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

Unified Diff: components/autofill.gypi

Issue 1007813002: [iOS] Upstream autofill component code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added dconnelly to OWNERS Created 5 years, 9 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/content/renderer/form_autofill_util.h » ('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 ab0515871264dcceab9fb6cc9e284d184f6e4193..9104b45f64eddfb8707a717f4bdbe6e943e817d4 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -475,6 +475,8 @@
],
'dependencies': [
'autofill_core_browser',
+ 'autofill_core_common',
+ 'autofill_ios_injected_js',
'../ios/provider/ios_provider_web.gyp:ios_provider_web',
'../ios/web/ios_web.gyp:ios_web',
],
@@ -482,6 +484,29 @@
'autofill/ios/browser/autofill_driver_ios.h',
'autofill/ios/browser/autofill_driver_ios.mm',
'autofill/ios/browser/autofill_driver_ios_bridge.h',
+ 'autofill/ios/browser/form_suggestion.h',
+ 'autofill/ios/browser/form_suggestion.mm',
+ 'autofill/ios/browser/js_autofill_manager.h',
+ 'autofill/ios/browser/js_autofill_manager.mm',
+ 'autofill/ios/browser/js_suggestion_manager.h',
+ 'autofill/ios/browser/js_suggestion_manager.mm',
+ ],
+ },
+ {
+ 'target_name': 'autofill_ios_injected_js',
+ 'type': 'none',
+ 'sources': [
+ 'autofill/ios/browser/resources/autofill_controller.js',
+ 'autofill/ios/browser/resources/suggestion_controller.js',
+ ],
+ 'link_settings': {
+ 'mac_bundle_resources': [
+ '<(SHARED_INTERMEDIATE_DIR)/autofill_controller.js',
+ '<(SHARED_INTERMEDIATE_DIR)/suggestion_controller.js',
+ ],
+ },
+ 'includes': [
+ '../ios/web/js_compile.gypi',
],
},
],
« no previous file with comments | « no previous file | components/autofill/content/renderer/form_autofill_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698