Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1272)

Unified Diff: chrome/installer/mini_installer/SConscript

Issue 8207: Fix SCons modules build on Windows:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/installer/setup/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/mini_installer/SConscript
===================================================================
--- chrome/installer/mini_installer/SConscript (revision 3964)
+++ chrome/installer/mini_installer/SConscript (working copy)
@@ -72,16 +72,7 @@
"pe_resource.cc",
]
-if env['PLATFORM'] == 'win32':
- targets = [
- 'mini_installer.exe',
- 'mini_installer.pdb',
- 'mini_installer.map',
- ]
-else:
- targets = ['mini_installer']
-
-exe = env.ChromeProgram(targets, components + resources + input_files)
+exe = env.ChromeProgram('mini_installer', components + resources + input_files)
i = env.Install('$TARGET_ROOT', exe)
env.Alias('chrome', i)
« no previous file with comments | « chrome/app/theme/SConscript ('k') | chrome/installer/setup/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698