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

Unified Diff: components/autofill/content/renderer/BUILD.gn

Issue 1883183002: [Password Manager] HTML parsing based client-side form type classifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes addressed to reviewers' comments 2 Created 4 years, 6 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/content/renderer/BUILD.gn
diff --git a/components/autofill/content/renderer/BUILD.gn b/components/autofill/content/renderer/BUILD.gn
index 76748ba7387b1b0e4446d0e63c53e4f3f62b647c..db98655a26025e1130a82e4adf3387f968987ce6 100644
--- a/components/autofill/content/renderer/BUILD.gn
+++ b/components/autofill/content/renderer/BUILD.gn
@@ -10,6 +10,8 @@ static_library("renderer") {
"form_autofill_util.h",
"form_cache.cc",
"form_cache.h",
+ "form_classifier.cc",
+ "form_classifier.h",
"page_click_listener.h",
"page_click_tracker.cc",
"page_click_tracker.h",

Powered by Google App Engine
This is Rietveld 408576698