summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win
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 /chrome/tools/build/win
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 'chrome/tools/build/win')
-rw-r--r--chrome/tools/build/win/create_installer_archive.py3
-rw-r--r--chrome/tools/build/win/html_inline.py2
-rw-r--r--chrome/tools/build/win/version.bat3
3 files changed, 1 insertions, 7 deletions
diff --git a/chrome/tools/build/win/create_installer_archive.py b/chrome/tools/build/win/create_installer_archive.py
index aa154f9..a4b5eb8 100644
--- a/chrome/tools/build/win/create_installer_archive.py
+++ b/chrome/tools/build/win/create_installer_archive.py
@@ -93,9 +93,6 @@ def CopyAllFilesToStagingDir(config, distribution, staging_dir, output_dir):
Copies all common files required for various distributions of Chromium and
also files for the specific Chromium build specified by distribution.
"""
- # TODO(rahulk) remove the line below once we have setup environment variable
- # CHROMIUM_BUILD on buildbots appropriately.
- distribution = '_google_chrome'
CopySectionFilesToStagingDir(config, 'GENERAL', staging_dir, output_dir)
if distribution:
if len(distribution) > 1 and distribution[0] == '_':
diff --git a/chrome/tools/build/win/html_inline.py b/chrome/tools/build/win/html_inline.py
index fc24088..d3e4334 100644
--- a/chrome/tools/build/win/html_inline.py
+++ b/chrome/tools/build/win/html_inline.py
@@ -21,7 +21,7 @@ import mimetypes
# TODO(rahulk) The default here will change to 'CHROMIUM' as soon as the buildbots
# are ready with the correct environment variable
-DIST_DEFAULT = 'GOOGLE_CHROME'
+DIST_DEFAULT = 'CHROMIUM'
DIST_ENV_VAR = 'CHROMIUM_BUILD'
DIST_SUBSTR = '%DISTRIBUTION%'
diff --git a/chrome/tools/build/win/version.bat b/chrome/tools/build/win/version.bat
index 1c43ca5..93bb162 100644
--- a/chrome/tools/build/win/version.bat
+++ b/chrome/tools/build/win/version.bat
@@ -15,9 +15,6 @@ call %SolutionDir%\..\third_party\cygwin\setup_env.bat
:: Load version digits as environment variables
cat %SolutionDir%\VERSION | sed "s/\(.*\)/set \1/" > %VarsBat%
-REM TODO(rahulk) this line will be removed once google chrome buildbots are setup properly
-set CHROMIUM_BUILD="_google_chrome"
-
:: Load branding strings as environment variables
set Distribution="chromium"
if "%CHROMIUM_BUILD%" == "_google_chrome" set Distribution="google_chrome"