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

Unified Diff: ios/chrome/ios_chrome.gyp

Issue 1022463002: [iOS] Upstream files in //ios/chrome/browser/autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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 | « ios/chrome/browser/passwords/password_generation_utils.mm ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/ios_chrome.gyp
diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
index bd89b5c4686252f6b1455a5a178296c7e1435383..5334f35e837687cbb810b078aed02a5b4c5dc5ce 100644
--- a/ios/chrome/ios_chrome.gyp
+++ b/ios/chrome/ios_chrome.gyp
@@ -15,6 +15,8 @@
],
'dependencies': [
'../../base/base.gyp:base',
+ '../../components/components.gyp:autofill_core_browser',
+ '../../components/components.gyp:autofill_ios_browser',
'../../components/components.gyp:dom_distiller_core',
'../../components/components.gyp:dom_distiller_ios',
'../../components/components.gyp:infobars_core',
@@ -53,6 +55,21 @@
'browser/application_context_impl.h',
'browser/arch_util.cc',
'browser/arch_util.h',
+ 'browser/autofill/autofill_agent_utils.h',
+ 'browser/autofill/autofill_agent_utils.mm',
+ 'browser/autofill/form_input_accessory_view.h',
+ 'browser/autofill/form_input_accessory_view.mm',
+ 'browser/autofill/form_input_accessory_view_controller.h',
+ 'browser/autofill/form_input_accessory_view_controller.mm',
+ 'browser/autofill/form_input_accessory_view_delegate.h',
+ 'browser/autofill/form_suggestion_controller.h',
+ 'browser/autofill/form_suggestion_controller.mm',
+ 'browser/autofill/form_suggestion_label.h',
+ 'browser/autofill/form_suggestion_label.mm',
+ 'browser/autofill/form_suggestion_provider.h',
+ 'browser/autofill/form_suggestion_view.h',
+ 'browser/autofill/form_suggestion_view.mm',
+ 'browser/autofill/form_suggestion_view_client.h',
'browser/browser_state/browser_state_otr_helper.cc',
'browser/browser_state/browser_state_otr_helper.h',
'browser/chrome_switches.cc',
@@ -81,6 +98,8 @@
'browser/infobars/infobar_utils.mm',
'browser/net/image_fetcher.h',
'browser/net/image_fetcher.mm',
+ 'browser/passwords/password_generation_utils.h',
+ 'browser/passwords/password_generation_utils.mm',
'browser/pref_names.cc',
'browser/pref_names.h',
'browser/snapshots/snapshot_cache.h',
« no previous file with comments | « ios/chrome/browser/passwords/password_generation_utils.mm ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698