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

Unified Diff: net/crash_cache.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
« no previous file with comments | « build/googleurl.scons ('k') | net/net.scons » ('j') | net/net_resources.scons » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/crash_cache.scons
===================================================================
--- net/crash_cache.scons (revision 4752)
+++ net/crash_cache.scons (working copy)
@@ -57,8 +57,4 @@
if env['PLATFORM'] in ('posix', 'win32'):
- crash_cache = env.ChromeTestProgram('crash_cache', input_files)
-
- installed_test = env.Install('$TARGET_ROOT', crash_cache)
-
- env.Alias('net', installed_test)
+ env.ChromeTestProgram('crash_cache', input_files)
« no previous file with comments | « build/googleurl.scons ('k') | net/net.scons » ('j') | net/net_resources.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698