summaryrefslogtreecommitdiffstats
path: root/build/internal
diff options
context:
space:
mode:
authorbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-30 04:39:17 +0000
committerbradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-30 04:39:17 +0000
commitb7855e597e91a340f203c1622ebc48070560d30f (patch)
tree10b81d0361fdad7bed210e804c382fe8a1d08469 /build/internal
parent3f6e918eb83d514ac38a49f64485b70b488b8626 (diff)
downloadchromium_src-b7855e597e91a340f203c1622ebc48070560d30f.zip
chromium_src-b7855e597e91a340f203c1622ebc48070560d30f.tar.gz
chromium_src-b7855e597e91a340f203c1622ebc48070560d30f.tar.bz2
Dropping unneeded set of vsprops.
These vsprops used to be used to setup the branding #defines. This is now handled in common.gypi. This is an incremental step toward dropping vsprops entirely for release. BUG=None TEST=None TBR=maruel Review URL: http://codereview.chromium.org/523020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r--build/internal/README.chromium3
-rw-r--r--build/internal/chromium_build.vsprops15
-rw-r--r--build/internal/chromium_build_google_chrome.vsprops15
3 files changed, 0 insertions, 33 deletions
diff --git a/build/internal/README.chromium b/build/internal/README.chromium
index 9fadd12..4624830 100644
--- a/build/internal/README.chromium
+++ b/build/internal/README.chromium
@@ -1,7 +1,4 @@
Internal property sheets:
- chromium_build*.vsprops
- Defines preprocessor definitions to control the various flavors of Chromium (currently Chromium or Google Chrome). The appropriate chromium_build*.vsprops file gets included in debug.vsprops and release.vsprops based on CHROMIUM_BUILD environment variable.
-
essential.vsprops
Contains the common settings used throughout the projects. Is included by either ..\debug.vsprops or ..\release.vsprops, so in general, it is not included directly.
diff --git a/build/internal/chromium_build.vsprops b/build/internal/chromium_build.vsprops
deleted file mode 100644
index 8d2d9e6..0000000
--- a/build/internal/chromium_build.vsprops
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="chromium_build"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="CHROMIUM_BUILD"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="CHROMIUM_BUILD"
- />
-</VisualStudioPropertySheet>
diff --git a/build/internal/chromium_build_google_chrome.vsprops b/build/internal/chromium_build_google_chrome.vsprops
deleted file mode 100644
index 93bb0a5..0000000
--- a/build/internal/chromium_build_google_chrome.vsprops
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="chromium_build"
- >
- <Tool
- Name="VCCLCompilerTool"
- PreprocessorDefinitions="GOOGLE_CHROME_BUILD"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="GOOGLE_CHROME_BUILD"
- />
-</VisualStudioPropertySheet>