summaryrefslogtreecommitdiffstats
path: root/chrome/tools/crash_service
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 22:53:59 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-13 22:53:59 +0000
commit099334476813e112dc12f912b89718fdef2cc384 (patch)
treed08e1f2b247d769e9f835212c68f0607b3964196 /chrome/tools/crash_service
parent823b63ec4135ed33a1bd358d05e863dbf821a3b1 (diff)
downloadchromium_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/tools/crash_service')
-rw-r--r--chrome/tools/crash_service/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/crash_service/SConscript b/chrome/tools/crash_service/SConscript
index d650ced..b40e60c 100644
--- a/chrome/tools/crash_service/SConscript
+++ b/chrome/tools/crash_service/SConscript
@@ -72,7 +72,7 @@ input_files = [
'crash_service.cc',
]
-exe = env.ChromeProgram('crash_service.exe', input_files)
+exe = env.ChromeProgram('crash_service', input_files)
i = env.Install('$TARGET_ROOT', exe)
Alias('chrome', i)