summaryrefslogtreecommitdiffstats
path: root/build/release.vsprops
diff options
context:
space:
mode:
authorrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:56:35 +0000
committerrahulk@google.com <rahulk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 15:56:35 +0000
commitf767ae7a1e904c6a7410dc4529f921e33939674a (patch)
tree18a578f8ec43673dbdc27c5a9a02997354f21a7c /build/release.vsprops
parentafac7d75339e81091b8e7e7e801d60eb5a1dbb45 (diff)
downloadchromium_src-f767ae7a1e904c6a7410dc4529f921e33939674a.zip
chromium_src-f767ae7a1e904c6a7410dc4529f921e33939674a.tar.gz
chromium_src-f767ae7a1e904c6a7410dc4529f921e33939674a.tar.bz2
Adding preprocessor definitions to separate Google Chrome from Chromium.
- I assume we will need to build Debug version also for Google Chrome. - Code changes will come soon that will rely on GOOGLE_CHROME_BUILD being defined to add Google branding. - Currently I do not want to change the default behavior so it is inhreiting chromium_build_google_chrome.vsprops. Once buildbot scripts have been configured properly and we know what to do for developers machines, we will inherit chromium_build$CHROMIUM_BUILD.vsprops BUG=1296800 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@809 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/release.vsprops')
-rw-r--r--build/release.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release.vsprops b/build/release.vsprops
index a36897f..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"
+ InheritedPropertySheets="internal\release_impl$(CHROME_BUILD_TYPE).vsprops;internal\chromium_build_google_chrome.vsprops"
>
</VisualStudioPropertySheet>