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

Unified Diff: components/password_manager.gypi

Issue 380023002: Move Password specific webdata logic into passwords component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « chrome/chrome_browser.gypi ('k') | components/password_manager/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/password_manager.gypi
diff --git a/components/password_manager.gypi b/components/password_manager.gypi
index b1472a332dec88c410d322851e8cea1a75345fb6..c8ea756d020881f0018acca23251f4aab9684d2c 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -58,6 +58,11 @@
'password_manager/core/browser/password_store_sync.h',
'password_manager/core/browser/psl_matching_helper.cc',
'password_manager/core/browser/psl_matching_helper.h',
+ 'password_manager/core/browser/webdata/logins_table.cc',
+ 'password_manager/core/browser/webdata/logins_table.h',
+ 'password_manager/core/browser/webdata/logins_table_win.cc',
+ 'password_manager/core/browser/webdata/password_web_data_service_win.cc',
+ 'password_manager/core/browser/webdata/password_web_data_service_win.h',
],
'variables': {
'conditions': [
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/password_manager/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698