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

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

Issue 2673053002: Obsolete HTTP Cleaner (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/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index c76864f1c7e25ff4be20fa3c38bfaf1b38ad3d3d..ed81de70c3e9a538fbabd4cfa0bb43b05d30d5d9 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -52,6 +52,8 @@ static_library("browser") {
"form_saver.h",
"form_saver_impl.cc",
"form_saver_impl.h",
+ "hsts_deleter.cc",
+ "hsts_deleter.h",
"http_password_migrator.cc",
"http_password_migrator.h",
"import/csv_reader.cc",
@@ -273,6 +275,7 @@ source_set("unit_tests") {
"facet_manager_unittest.cc",
"form_fetcher_impl_unittest.cc",
"form_saver_impl_unittest.cc",
+ "hsts_deleter_unittest.cc",
"http_password_migrator_unittest.cc",
"import/csv_reader_unittest.cc",
"import/password_csv_reader_unittest.cc",

Powered by Google App Engine
This is Rietveld 408576698