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

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

Issue 505853003: Work on GN build of Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 4 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/data_reduction_proxy/browser/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('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 1e10d5fad02efb127b486be5bcfe6e0816d011f6..b521a1f6f8da01f0c5ba8c3dae9066cbf985ebc1 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -52,6 +52,11 @@ static_library("browser") {
"password_store_sync.h",
"psl_matching_helper.cc",
"psl_matching_helper.h",
+ "webdata/logins_table.cc",
+ "webdata/logins_table.h",
+ "webdata/logins_table_win.cc",
+ "webdata/password_web_data_service_win.cc",
+ "webdata/password_web_data_service_win.h",
]
deps = [
« no previous file with comments | « components/data_reduction_proxy/browser/BUILD.gn ('k') | components/signin/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698