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

Unified Diff: components/autofill.gypi

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Response to review Created 7 years, 3 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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 92dc4d11035d9068e62c0c2501ad63944a52da93..92df65af23bf8272275d93a3eb85c59b72239611 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -61,6 +61,7 @@
'autofill/core/common/autofill_messages.h',
'autofill/core/common/autofill_message_generator.cc',
'autofill/core/common/autofill_message_generator.h',
+ 'autofill/core/common/autofill_param_traits_macros.h',
'autofill/core/common/autofill_pref_names.cc',
'autofill/core/common/autofill_pref_names.h',
'autofill/core/common/autofill_switches.cc',
@@ -73,6 +74,8 @@
'autofill/core/common/form_field_data.h',
'autofill/core/common/form_field_data_predictions.cc',
'autofill/core/common/form_field_data_predictions.h',
+ 'autofill/core/common/password_form.cc',
+ 'autofill/core/common/password_form.h',
'autofill/core/common/password_form_fill_data.cc',
'autofill/core/common/password_form_fill_data.h',
'autofill/core/common/password_generation_util.cc',

Powered by Google App Engine
This is Rietveld 408576698