summaryrefslogtreecommitdiffstats
path: root/build/debug.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/debug.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/debug.vsprops')
-rw-r--r--build/debug.vsprops2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/debug.vsprops b/build/debug.vsprops
index d84e13c..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"
+ InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_build_google_chrome.vsprops"
>
<Tool
Name="VCCLCompilerTool"