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/SConscript.automated_ui_tests | |
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/SConscript.automated_ui_tests')
-rw-r--r-- | chrome/SConscript.automated_ui_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/SConscript.automated_ui_tests b/chrome/SConscript.automated_ui_tests index 68eb118..9f73ce8 100644 --- a/chrome/SConscript.automated_ui_tests +++ b/chrome/SConscript.automated_ui_tests @@ -103,7 +103,7 @@ test_files = [ '$CHROME_DIR/test/ui/ui_test_suite$OBJSUFFIX',
]
-exe = env_test.ChromeTestProgram('automated_ui_tests.exe', test_files + libs)
+exe = env_test.ChromeTestProgram('automated_ui_tests', test_files + libs)
i = env_test.Install('$TARGET_ROOT', exe)
Alias('chrome', i)
|