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

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

Issue 1421013003: [Merge in M47] Do not involve PasswordManagerDriver in filling HTTP-auth forms; also check realm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: Created 5 years, 2 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_model.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 192d5b7f902ddd2ceafa5d120f0b6d16c747fd67..ceb54cd129a8c1f0fd603d17fa1eb73bb7a04425 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -51,6 +51,7 @@ source_set("browser") {
"login_database_mac.cc",
"login_database_posix.cc",
"login_database_win.cc",
+ "login_model.cc",
"login_model.h",
"password_autofill_manager.cc",
"password_autofill_manager.h",
@@ -181,6 +182,7 @@ source_set("unit_tests") {
"import/csv_reader_unittest.cc",
"log_router_unittest.cc",
"login_database_unittest.cc",
+ "login_model_unittest.cc",
"mock_affiliated_match_helper.cc",
"mock_affiliated_match_helper.h",
"password_autofill_manager_unittest.cc",
« no previous file with comments | « components/password_manager.gypi ('k') | components/password_manager/core/browser/login_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698