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

Unified Diff: components/autofill.gypi

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: Check <form>'s attributes 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.gypi
diff --git a/components/autofill.gypi b/components/autofill.gypi
index 5590c4f0424970954769e0b1162c645d4c8f71d5..3094fb5cea511342b8e7a537ef2bc0972b6a9935 100644
--- a/components/autofill.gypi
+++ b/components/autofill.gypi
@@ -554,6 +554,8 @@
'autofill/content/renderer/form_autofill_util.h',
'autofill/content/renderer/form_cache.cc',
'autofill/content/renderer/form_cache.h',
+ 'autofill/content/renderer/form_classifier.cc',
+ 'autofill/content/renderer/form_classifier.h',
'autofill/content/renderer/page_click_listener.h',
'autofill/content/renderer/page_click_tracker.cc',
'autofill/content/renderer/page_click_tracker.h',
« no previous file with comments | « chrome/renderer/autofill/form_classifier_browsertest.cc ('k') | components/autofill/content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698