summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 15:53:51 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 15:53:51 +0000
commita8697ed79aa6010e078c9ea3fe7561b7dfa77061 (patch)
treef31757fac1d0d2533be18b253f24c205f5324eac /build
parent5429458eae1d8df90434bf6cb05cc2292d187b65 (diff)
downloadchromium_src-a8697ed79aa6010e078c9ea3fe7561b7dfa77061.zip
chromium_src-a8697ed79aa6010e078c9ea3fe7561b7dfa77061.tar.gz
chromium_src-a8697ed79aa6010e078c9ea3fe7561b7dfa77061.tar.bz2
Last minute changes for Chromium.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/debug.vsprops2
-rw-r--r--build/release.vsprops2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops
index 61b2230..681f26b 100644
--- a/build/debug.vsprops
+++ b/build/debug.vsprops
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="debug"
- InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build_google_chrome.vsprops"
+ InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build$(CHROMIUM_BUILD).vsprops"
>
<Tool
Name="VCCLCompilerTool"
diff --git a/build/release.vsprops b/build/release.vsprops
index c421b10..d320464 100644
--- a/build/release.vsprops
+++ b/build/release.vsprops
@@ -3,6 +3,6 @@
ProjectType="Visual C++"
Version="8.00"
Name="release"
- InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build_google_chrome.vsprops"
+ InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build$(CHROMIUM_BUILD).vsprops"
>
</VisualStudioPropertySheet>