summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.vcproj
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 01:35:45 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-15 01:35:45 +0000
commitd330185b649cc66f60362c01cbead62e5b2545ba (patch)
treee71046177bf83524e11051db7698a0a588181eb2 /chrome/browser/browser.vcproj
parent7236eb109ef090be1163c384584714c7d139ed98 (diff)
downloadchromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.zip
chromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.tar.gz
chromium_src-d330185b649cc66f60362c01cbead62e5b2545ba.tar.bz2
Move password manager files into a subdir
Review URL: http://codereview.chromium.org/18259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8066 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r--chrome/browser/browser.vcproj38
1 files changed, 32 insertions, 6 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj
index 3b0348b..e244d35 100644
--- a/chrome/browser/browser.vcproj
+++ b/chrome/browser/browser.vcproj
@@ -1678,27 +1678,53 @@
Name="Password Manager"
>
<File
- RelativePath=".\ie7_password.cc"
+ RelativePath=".\password_manager\encryptor.cc"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)\$(InputName)1.obj"
+ XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\password_manager\encryptor.h"
+ >
+ </File>
+ <File
+ RelativePath=".\password_manager\ie7_password.cc"
>
</File>
<File
- RelativePath=".\ie7_password.h"
+ RelativePath=".\password_manager\ie7_password.h"
>
</File>
<File
- RelativePath=".\password_form_manager.cc"
+ RelativePath=".\password_manager\password_form_manager.cc"
>
</File>
<File
- RelativePath=".\password_form_manager.h"
+ RelativePath=".\password_manager\password_form_manager.h"
>
</File>
<File
- RelativePath=".\password_manager.cc"
+ RelativePath=".\password_manager\password_manager.cc"
>
</File>
<File
- RelativePath=".\password_manager.h"
+ RelativePath=".\password_manager\password_manager.h"
>
</File>
</Filter>