diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 22:53:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-13 22:53:59 +0000 |
commit | 099334476813e112dc12f912b89718fdef2cc384 (patch) | |
tree | d08e1f2b247d769e9f835212c68f0607b3964196 /chrome/installer/setup | |
parent | 823b63ec4135ed33a1bd358d05e863dbf821a3b1 (diff) | |
download | chromium_src-099334476813e112dc12f912b89718fdef2cc384.zip chromium_src-099334476813e112dc12f912b89718fdef2cc384.tar.gz chromium_src-099334476813e112dc12f912b89718fdef2cc384.tar.bz2 |
Part 2 of the chrome_program change. Split into two changes
to avoid the rietveld 1mb diff limit.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/setup')
-rw-r--r-- | chrome/installer/setup/SConscript | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/installer/setup/SConscript b/chrome/installer/setup/SConscript index 1a72d45..efa20505 100644 --- a/chrome/installer/setup/SConscript +++ b/chrome/installer/setup/SConscript @@ -106,10 +106,7 @@ libs = [ '../util/util.lib', ] -exe = env.ChromeProgram(['setup', - 'setup.pdb', - 'setup.map'], - resources + input_files + libs) +exe = env.ChromeProgram('setup', resources + input_files + libs) i = env.Install('$TARGET_ROOT', exe) env.Alias('chrome', i) |