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

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

Issue 2126713006: Refactor LoginDatabase migration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments addressed Created 4 years, 5 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
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/login_database.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 145ad672543833d54126e7775f00173f549f88cc..e4c25417ed6aea02dff2eecc741996d75ffc6357 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -108,6 +108,8 @@ source_set("browser") {
"password_ui_utils.h",
"psl_matching_helper.cc",
"psl_matching_helper.h",
+ "sql_table_builder.cc",
+ "sql_table_builder.h",
"statistics_table.cc",
"statistics_table.h",
"test_affiliation_fetcher_factory.h",
@@ -269,6 +271,7 @@ source_set("unit_tests") {
"password_syncable_service_unittest.cc",
"password_ui_utils_unittest.cc",
"psl_matching_helper_unittest.cc",
+ "sql_table_builder_unittest.cc",
"statistics_table_unittest.cc",
]
if (is_mac) {
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/login_database.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698