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

Unified Diff: build/SConscript.main

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: build/SConscript.main
===================================================================
--- build/SConscript.main (revision 4752)
+++ build/SConscript.main (working copy)
@@ -28,12 +28,25 @@
root_env = Environment(
tools = ['component_setup'],
+
CHROME_SRC_DIR = '$MAIN_DIR/..',
DESTINATION_ROOT = '$MAIN_DIR/Hammer',
TARGET_ROOT = '$DESTINATION_ROOT',
+ # Where ComponentTestProgram() will build test executables.
+ TESTS_DIR = '$TARGET_ROOT',
+
+ # Where ComponentProgram() will build program executables.
+ STAGING_DIR = '$TARGET_ROOT',
+
+ # Where ComponentLibrary() will build libraries.
LIBS_DIR = '$COMPONENT_LIBRARY_DIR',
+ # TODO(hammer): when Hammer supports this...
+ # Have Hammer prefix all Library aliases with lib_ (to avoid
+ # collisions with the component names themselves).
+ #COMPONENT_LIBRARY_ALIAS = 'lib_$LIBNAME',
+
# Disable running of tests thru scons for now.
COMPONENT_TEST_CMDLINE = '',
« no previous file with comments | « base/base_unittests.scons ('k') | build/googleurl.scons » ('j') | net/net_resources.scons » ('J')

Powered by Google App Engine
This is Rietveld 408576698