Chromium Code Reviews| Index: net/tools/tld_cleanup/tld_cleanup.scons |
| =================================================================== |
| --- net/tools/tld_cleanup/tld_cleanup.scons (revision 4752) |
| +++ net/tools/tld_cleanup/tld_cleanup.scons (working copy) |
| @@ -49,6 +49,4 @@ |
| 'tld_cleanup.cc', |
| ] |
| -tld_cleanup = env.ChromeProgram('tld_cleanup', input_files) |
| -i = env.Install('$TARGET_ROOT', tld_cleanup) |
| -env.Alias('net', i) |
| +env.ChromeProgram('tld_cleanup', input_files) |