diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 00:56:27 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-13 00:56:27 +0000 |
commit | 6c9851a40d3f6280dc322c2392d9cfcf8fba1b2d (patch) | |
tree | 91072da4d7f80596bcc437e82685cf7de7944dfe /chrome/browser/browser.vcproj | |
parent | 231d5a36e476d013a91ca742bb8a0a2973cfee54 (diff) | |
download | chromium_src-6c9851a40d3f6280dc322c2392d9cfcf8fba1b2d.zip chromium_src-6c9851a40d3f6280dc322c2392d9cfcf8fba1b2d.tar.gz chromium_src-6c9851a40d3f6280dc322c2392d9cfcf8fba1b2d.tar.bz2 |
Move importer files into an importer subdirectory.
Also delete title chomper no one uses it.
B=2205
Review URL: http://codereview.chromium.org/3035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 124 |
1 files changed, 60 insertions, 64 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 078f95f..e98fea0 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1154,14 +1154,6 @@ > </File> <File - RelativePath=".\title_chomper.cc" - > - </File> - <File - RelativePath=".\title_chomper.h" - > - </File> - <File RelativePath=".\web_app_icon_manager.cc" > </File> @@ -1639,6 +1631,66 @@ </File> </Filter> <Filter + Name="Importer" + > + <File + RelativePath=".\importer\firefox2_importer.cc" + > + </File> + <File + RelativePath=".\importer\firefox2_importer.h" + > + </File> + <File + RelativePath=".\importer\firefox3_importer.cc" + > + </File> + <File + RelativePath=".\importer\firefox3_importer.h" + > + </File> + <File + RelativePath=".\importer\firefox_importer_utils.cc" + > + </File> + <File + RelativePath=".\importer\firefox_importer_utils.h" + > + </File> + <File + RelativePath=".\importer\firefox_profile_lock.cc" + > + </File> + <File + RelativePath=".\importer\firefox_profile_lock.h" + > + </File> + <File + RelativePath=".\importer\ie_importer.cc" + > + </File> + <File + RelativePath=".\importer\ie_importer.h" + > + </File> + <File + RelativePath=".\importer\importer.cc" + > + </File> + <File + RelativePath=".\importer\importer.h" + > + </File> + <File + RelativePath=".\importer\mork_reader.cc" + > + </File> + <File + RelativePath=".\importer\mork_reader.h" + > + </File> + </Filter> + <Filter Name="Drag & Drop" > <File @@ -2079,38 +2131,6 @@ > </File> <File - RelativePath=".\firefox2_importer.cc" - > - </File> - <File - RelativePath=".\firefox2_importer.h" - > - </File> - <File - RelativePath=".\firefox3_importer.cc" - > - </File> - <File - RelativePath=".\firefox3_importer.h" - > - </File> - <File - RelativePath=".\firefox_importer_utils.cc" - > - </File> - <File - RelativePath=".\firefox_importer_utils.h" - > - </File> - <File - RelativePath=".\firefox_profile_lock.cc" - > - </File> - <File - RelativePath=".\firefox_profile_lock.h" - > - </File> - <File RelativePath=".\gears_integration.cc" > </File> @@ -2135,22 +2155,6 @@ > </File> <File - RelativePath=".\ie_importer.cc" - > - </File> - <File - RelativePath=".\ie_importer.h" - > - </File> - <File - RelativePath=".\importer.cc" - > - </File> - <File - RelativePath=".\importer.h" - > - </File> - <File RelativePath=".\interstitial_page_delegate.h" > </File> @@ -2163,14 +2167,6 @@ > </File> <File - RelativePath=".\mork_reader.cc" - > - </File> - <File - RelativePath=".\mork_reader.h" - > - </File> - <File RelativePath=".\page_info_window.cc" > </File> |