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

Unified Diff: chrome/browser/browser.vcproj

Issue 113710: Patch to make password patch build. (Closed)
Patch Set: Created 11 years, 7 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 | « build/linux/system.gyp ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index be4cd948c53b544053423731f08b732e466ffffe..68cf62751a3e39847aca840edbd738d39d30e444 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -1518,15 +1518,35 @@
>
</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.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_default.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_win.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\password_store_win.cc"
>
</File>
</Filter>
« no previous file with comments | « build/linux/system.gyp ('k') | chrome/browser/profile.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698