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

Unified Diff: components/autofill/core/browser/BUILD.gn

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
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/detail_input.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 766a81247038121f0004ad7d4f558edc71f02317..7c6d06ba3a7750fb2e98c05d9c2b8f21c99b153c 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -91,6 +91,9 @@ static_library("browser") {
"credit_card.h",
"credit_card_field.cc",
"credit_card_field.h",
+ "detail_input.cc",
+ "detail_input.h",
+ "dialog_section.h",
"email_field.cc",
"email_field.h",
"field_types.h",
@@ -115,6 +118,8 @@ static_library("browser") {
"phone_number_i18n.cc",
"phone_number_i18n.h",
"popup_item_ids.h",
+ "server_field_types_util.cc",
+ "server_field_types_util.h",
"state_names.cc",
"state_names.h",
"suggestion.cc",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/detail_input.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698