Chromium Code Reviews| Index: net/stress_cache.scons |
| =================================================================== |
| --- net/stress_cache.scons (revision 4752) |
| +++ net/stress_cache.scons (working copy) |
| @@ -55,8 +55,4 @@ |
| ] |
| if env['PLATFORM'] == 'win32': |
| - stress_cache = env.ChromeTestProgram('stress_cache', input_files) |
| - |
| - installed_test = env.Install('$TARGET_ROOT', stress_cache) |
| - |
| - env.Alias('net', installed_test) |
| + env.ChromeTestProgram('stress_cache', input_files) |