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

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

Issue 2745803003: autofill-try
Patch Set: autofill-try Created 3 years, 7 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 945549f39939b29119061cc4aaa786243741b32a..8df55338028a29c23f6a16c55062725d6985e76b 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -40,6 +40,10 @@ static_library("browser") {
"autofill_external_delegate.h",
"autofill_field.cc",
"autofill_field.h",
+ "autofill_handler.cc",
+ "autofill_handler.h",
+ "autofill_handler_proxy.cc",
+ "autofill_handler_proxy.h",
"autofill_ie_toolbar_import_win.cc",
"autofill_ie_toolbar_import_win.h",
"autofill_manager.cc",
@@ -52,6 +56,8 @@ static_library("browser") {
"autofill_profile.h",
"autofill_profile_comparator.cc",
"autofill_profile_comparator.h",
+ "autofill_provider.cc",
+ "autofill_provider.h",
"autofill_scanner.cc",
"autofill_scanner.h",
"autofill_type.cc",

Powered by Google App Engine
This is Rietveld 408576698