Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1121)

Unified Diff: net/tools/tld_cleanup/tld_cleanup.scons

Issue 9188: Make better (and more efficient) use of Hammer functionality... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« net/net_resources.scons ('K') | « net/stress_cache.scons ('k') | sandbox/sandbox.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698