Chromium Code Reviews| Index: chrome/test/automation/SConscript |
| =================================================================== |
| --- chrome/test/automation/SConscript (revision 4521) |
| +++ chrome/test/automation/SConscript (working copy) |
| @@ -27,8 +27,4 @@ |
| 'window_proxy.cc', |
| ] |
| -lib = env.ChromeStaticLibrary('automation', input_files) |
| - |
| -i = env.Install('$TARGET_ROOT', lib) |
| -#env.Alias('chrome', i) |
| - |
| +env.ChromeStaticLibrary('automation', input_files) |