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

Unified Diff: sandbox/sandbox.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
« net/net_resources.scons ('K') | « net/tools/tld_cleanup/tld_cleanup.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/sandbox.scons
===================================================================
--- sandbox/sandbox.scons (revision 4752)
+++ sandbox/sandbox.scons (working copy)
@@ -8,11 +8,10 @@
Import('env')
-env = env.Clone(
- #TESTS_DIR = '../tests',
- #INTEGRATION_TESTS_DIR = '$TESTS_DIR/integration_tests',
- #UNIT_TESTS_DIR = '$TESTS_DIR/unit_tests',
- #VALIDATION_TESTS_DIR = '$TESTS_DIR/validation_tests',
+# Arrange for Hammer to add all programs to the 'sandbox' Alias.
+env.Append(
+ COMPONENT_PROGRAM_GROUPS = ['sandbox'],
+ COMPONENT_TEST_PROGRAM_GROUPS = ['sandbox'],
)
sconscript_files = [
« net/net_resources.scons ('K') | « net/tools/tld_cleanup/tld_cleanup.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698