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

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

Issue 1081803003: Limit form-less Autofilling to pages that look like checkout pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: suppress msvc warning Created 5 years, 8 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 6c2d3d17dc4753c16e32f1bfacb7d8e74b72e353..a689000314121824bedbc02ea63cab5141c6fbf0 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -42,8 +42,6 @@ static_library("browser") {
"autofill_profile.h",
"autofill_regex_constants.cc",
"autofill_regex_constants.h",
- "autofill_regexes.cc",
- "autofill_regexes.h",
"autofill_scanner.cc",
"autofill_scanner.h",
"autofill_server_field_info.h",
@@ -207,7 +205,6 @@ source_set("unit_tests") {
"autofill_merge_unittest.cc",
"autofill_metrics_unittest.cc",
"autofill_profile_unittest.cc",
- "autofill_regexes_unittest.cc",
"autofill_type_unittest.cc",
"autofill_xml_parser_unittest.cc",
"contact_info_unittest.cc",
« no previous file with comments | « components/autofill/content/renderer/form_cache.cc ('k') | components/autofill/core/browser/autofill_regexes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698