diff options
author | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 18:43:14 +0000 |
---|---|---|
committer | pamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-30 18:43:14 +0000 |
commit | 5dd7867d7b62724082a5524f98718618410fd642 (patch) | |
tree | 03096376281c1075797298f6d52a6f48d68f19b9 /build/release.vsprops | |
parent | 0daa4fc8d2809bb42f93f1a348e43924608ff7fe (diff) | |
download | chromium_src-5dd7867d7b62724082a5524f98718618410fd642.zip chromium_src-5dd7867d7b62724082a5524f98718618410fd642.tar.gz chromium_src-5dd7867d7b62724082a5524f98718618410fd642.tar.bz2 |
Switch to building Chromium rather than Google Chrome by default.
The official builder will need the CHROMIUM_BUILD environment variable set to "_google_chrome".
Same as Rietveld issue 2943, approved by nsylvain and rahulk, but in the writeable repository rather than the read-only one.
BUG=1296800
TEST=covered by buildbots
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1588 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/release.vsprops')
-rw-r--r-- | build/release.vsprops | 2 |
1 files changed, 1 insertions, 1 deletions
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> |