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.unit_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.unit_tests')
-rw-r--r-- | chrome/SConscript.unit_tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/SConscript.unit_tests b/chrome/SConscript.unit_tests index 78f6728..a20e8ea 100644 --- a/chrome/SConscript.unit_tests +++ b/chrome/SConscript.unit_tests @@ -238,7 +238,7 @@ unit_test_files = [ env_test['TEST_DATA_RES'],
]
-unit_tests = env_test.ChromeTestProgram('unit_tests.exe', unit_test_files + libs)
+unit_tests = env_test.ChromeTestProgram('unit_tests', unit_test_files + libs)
i = env_test.Install('$TARGET_ROOT', unit_tests)
Alias('chrome', i)
|