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

Unified Diff: components/autofill.gypi

Issue 974323002: Componentize autofill dialog common code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add missing includes 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
Index: components/autofill.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index b172700189f46b4e62492fafdaf2a55aa711a798..ab0515871264dcceab9fb6cc9e284d184f6e4193 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -159,6 +159,9 @@
'autofill/core/browser/credit_card.h',
'autofill/core/browser/credit_card_field.cc',
'autofill/core/browser/credit_card_field.h',
+ 'autofill/core/browser/detail_input.cc',
+ 'autofill/core/browser/detail_input.h',
+ 'autofill/core/browser/dialog_section.h',
'autofill/core/browser/email_field.cc',
'autofill/core/browser/email_field.h',
'autofill/core/browser/field_types.h',
@@ -183,6 +186,8 @@
'autofill/core/browser/phone_number_i18n.cc',
'autofill/core/browser/phone_number_i18n.h',
'autofill/core/browser/popup_item_ids.h',
+ 'autofill/core/browser/server_field_types_util.cc',
+ 'autofill/core/browser/server_field_types_util.h',
'autofill/core/browser/state_names.cc',
'autofill/core/browser/state_names.h',
'autofill/core/browser/suggestion.cc',
« no previous file with comments | « chrome/browser/ui/views/autofill/autofill_dialog_view_tester_views.h ('k') | components/autofill/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698