summaryrefslogtreecommitdiffstats
path: root/chrome/tools/build/win/create_installer_archive.py
diff options
context:
space:
mode:
authorpamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 18:43:14 +0000
committerpamg@google.com <pamg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-30 18:43:14 +0000
commit5dd7867d7b62724082a5524f98718618410fd642 (patch)
tree03096376281c1075797298f6d52a6f48d68f19b9 /chrome/tools/build/win/create_installer_archive.py
parent0daa4fc8d2809bb42f93f1a348e43924608ff7fe (diff)
downloadchromium_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 'chrome/tools/build/win/create_installer_archive.py')
-rw-r--r--chrome/tools/build/win/create_installer_archive.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/tools/build/win/create_installer_archive.py b/chrome/tools/build/win/create_installer_archive.py
index 024f8b3..95b3110 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] == '_':