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

Unified Diff: chrome/chrome_browser.gypi

Issue 34393007: [Win] Add option to reauthenticate the OS user before revealing passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@password
Patch Set: rebase. remove one unneeded commit. add support for changes in 39253002 Created 7 years, 1 month 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index a6aa493fcca9ad2bd891f0ee3074891220df4969..0c806d6cd631e16627629134a5b6159d8528f887 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1397,7 +1397,8 @@
'browser/password_manager/password_manager_metrics_util.h',
'browser/password_manager/password_manager_util.h',
'browser/password_manager/password_manager_util_mac.mm',
- 'browser/password_manager/password_manager_util_stub.cc',
+ 'browser/password_manager/password_manager_util_linux.cc',
+ 'browser/password_manager/password_manager_util_win.cc',
'browser/password_manager/password_store.cc',
'browser/password_manager/password_store.h',
'browser/password_manager/password_store_consumer.cc',

Powered by Google App Engine
This is Rietveld 408576698