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

Unified Diff: base/base_unittests.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: base/base_unittests.scons
===================================================================
--- base/base_unittests.scons (revision 4752)
+++ base/base_unittests.scons (working copy)
@@ -172,13 +172,8 @@
'platform_test_mac.mm',
])
-base_unittests = env.ChromeTestProgram('base_unittests', input_files)
+env.ChromeTestProgram('base_unittests', input_files)
-# Install up a level to allow unit test path assumptions to be valid.
-installed_base_unittests = env.Install('$TARGET_ROOT', base_unittests)
-
-env.Alias('base', installed_base_unittests)
-
# TODO(sgk) should this be moved into base.lib like everything else? This will
# require updating a bunch of other SConscripts which link directly against
# this generated object file.
« no previous file with comments | « base/base_lib.scons ('k') | build/SConscript.main » ('j') | net/net_resources.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698