diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-28 19:39:33 +0000 |
commit | 294202d3462e9cf80c71b71a75a004844ee892b0 (patch) | |
tree | 22c2175a686b685cb766e116bae258b0edc925df /base | |
parent | 63263f9bbfab37dc221155031ee406a0d26d9b86 (diff) | |
download | chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.zip chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.gz chromium_src-294202d3462e9cf80c71b71a75a004844ee892b0.tar.bz2 |
Remove *.vsprops files that are no longer referenced (or only have
references to each other) anywhere in the Chromium code base.
BUG=none
TEST=rebuild
Review URL: http://codereview.chromium.org/159523
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21873 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/build/base.vsprops | 8 | ||||
-rw-r--r-- | base/build/base_gfx.vsprops | 8 | ||||
-rw-r--r-- | base/build/base_unittests.vsprops | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/base/build/base.vsprops b/base/build/base.vsprops deleted file mode 100644 index 63e2723..0000000 --- a/base/build/base.vsprops +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="base" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\testing\using_gtest.vsprops" - > -</VisualStudioPropertySheet> diff --git a/base/build/base_gfx.vsprops b/base/build/base_gfx.vsprops deleted file mode 100644 index 2ddeb0a..0000000 --- a/base/build/base_gfx.vsprops +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="base_gfx" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\third_party\icu38\build\using_icu.vsprops;$(SolutionDir)..\third_party\libjpeg\using_libjpeg.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;$(SolutionDir)..\third_party\zlib\using_zlib.vsprops;..\..\skia\using_skia.vsprops" - > -</VisualStudioPropertySheet> diff --git a/base/build/base_unittests.vsprops b/base/build/base_unittests.vsprops deleted file mode 100644 index 047887d..0000000 --- a/base/build/base_unittests.vsprops +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioPropertySheet - ProjectType="Visual C++" - Version="8.00" - Name="base_unittests" - InheritedPropertySheets=".\base_gfx.vsprops" - > -</VisualStudioPropertySheet> |