Index: base/base_unittests.scons |
=================================================================== |
--- base/base_unittests.scons (revision 4752) |
+++ base/base_unittests.scons (working copy) |
@@ -172,13 +172,8 @@ |
'platform_test_mac.mm', |
]) |
-base_unittests = env.ChromeTestProgram('base_unittests', input_files) |
+env.ChromeTestProgram('base_unittests', input_files) |
-# Install up a level to allow unit test path assumptions to be valid. |
-installed_base_unittests = env.Install('$TARGET_ROOT', base_unittests) |
- |
-env.Alias('base', installed_base_unittests) |
- |
# TODO(sgk) should this be moved into base.lib like everything else? This will |
# require updating a bunch of other SConscripts which link directly against |
# this generated object file. |