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

Unified Diff: chrome/chrome.scons

Issue 10768: Add a webkit.scons file in between build\SConscript.main and... (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/SConscript.main ('k') | webkit/webkit.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.scons
===================================================================
--- chrome/chrome.scons (revision 5513)
+++ chrome/chrome.scons (working copy)
@@ -8,6 +8,12 @@
Import('env')
+# Arrange for Hammer to add all programs to the 'chrome' Alias.
+env.Append(
+ COMPONENT_PROGRAM_GROUPS = ['chrome'],
+ COMPONENT_TEST_PROGRAM_GROUPS = ['chrome'],
+)
+
sconscript_files = [
'SConscript',
« no previous file with comments | « build/SConscript.main ('k') | webkit/webkit.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698