Chromium Code Reviews

Unified Diff: chrome/browser/browser.vcproj

Issue 114057: Re-land the password store work from bug 8205, with changes that should fix b... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/browser/password_manager/password_form_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
===================================================================
--- chrome/browser/browser.vcproj (revision 17245)
+++ chrome/browser/browser.vcproj (working copy)
@@ -1532,18 +1532,34 @@
>
</File>
<File
- RelativePath=".\password_manager\password_form_manager_win.cc"
+ RelativePath=".\password_manager\password_manager.cc"
>
</File>
<File
- RelativePath=".\password_manager\password_manager.cc"
+ RelativePath=".\password_manager\password_manager.h"
>
</File>
<File
- RelativePath=".\password_manager\password_manager.h"
+ RelativePath=".\password_manager\password_store.cc"
>
</File>
<File
+ RelativePath=".\password_manager\password_store.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_win.cc"
+ >
+ </File>
+ <File
RelativePath=".\password_manager\password_store_win.h"
>
</File>
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/browser/password_manager/password_form_manager.h » ('j') | no next file with comments »

Powered by Google App Engine