summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 16:24:24 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-29 16:24:24 +0000
commit5e5701128d20d626ebae21457851c717c7f468b3 (patch)
tree362ac52294eb66f3ce4d1f8e23923ad427d7d96e /build
parent1aa0d49f10942f9334d7546e26a2b2df4617d8a4 (diff)
downloadchromium_src-5e5701128d20d626ebae21457851c717c7f468b3.zip
chromium_src-5e5701128d20d626ebae21457851c717c7f468b3.tar.gz
chromium_src-5e5701128d20d626ebae21457851c717c7f468b3.tar.bz2
Rollback 1529.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1532 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 681f26b..61b2230 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$(CHROMIUM_BUILD).vsprops"
+ InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build_google_chrome.vsprops"
>
<Tool
Name="VCCLCompilerTool"
diff --git a/build/release.vsprops b/build/release.vsprops
index d320464..c421b10 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$(CHROMIUM_BUILD).vsprops"
+ InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build_google_chrome.vsprops"
>
</VisualStudioPropertySheet>