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

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

Issue 2705773002: [Autofill] Move country combo box model from chrome to component. (Closed)
Patch Set: Created 3 years, 10 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/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 30ec62198c9e99b16d7893ea38aedbb5ace374f1..e8998ae5770cb61c2d7b26b1185b2a87333507b6 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -60,6 +60,8 @@ static_library("browser") {
"card_unmask_delegate.h",
"contact_info.cc",
"contact_info.h",
+ "country_combobox_model.cc",
+ "country_combobox_model.h",
"country_data.cc",
"country_data.h",
"country_names.cc",

Powered by Google App Engine
This is Rietveld 408576698