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

Unified Diff: net/net.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/net.scons
===================================================================
--- net/net.scons (revision 4752)
+++ net/net.scons (working copy)
@@ -8,6 +8,12 @@
Import('env')
+# Arrange for Hammer to add all programs to the 'net' Alias.
+env.Append(
+ COMPONENT_PROGRAM_GROUPS = ['net'],
+ COMPONENT_TEST_PROGRAM_GROUPS = ['net'],
+)
+
sconscript_files = [
'crash_cache.scons',
'net_lib.scons',
@@ -35,5 +41,3 @@
])
SConscript(sconscript_files, exports=['env'])
-
-env.Alias('net', '.')
« no previous file with comments | « net/crash_cache.scons ('k') | net/net_perftests.scons » ('j') | net/net_resources.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698