summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 23:29:55 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-14 23:29:55 +0000
commit1796a623c98ac36e9c6f7954e4cc25dab39551b9 (patch)
tree1cb96cf86ae54651e2081e20c379d5b216477d3f /chrome
parentba990126c119b5df777b9afcdc3d216cb9f21e5b (diff)
downloadchromium_src-1796a623c98ac36e9c6f7954e4cc25dab39551b9.zip
chromium_src-1796a623c98ac36e9c6f7954e4cc25dab39551b9.tar.gz
chromium_src-1796a623c98ac36e9c6f7954e4cc25dab39551b9.tar.bz2
Add a webkit.scons file in between build\SConscript.main and
webkit\SConscript, as a place for calling renamed *.scons files. Add 'webkit' and 'chrome' COMPONENT_PROGRAM_GROUPS and COMPONENT_TEST_PROGRAM_GROUPS so the generated .exe files get copied correctly into the Hammer\ build subdirectory. Review URL: http://codereview.chromium.org/10768 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5518 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.scons6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome.scons b/chrome/chrome.scons
index 8018e07..57ff9aa 100644
--- a/chrome/chrome.scons
+++ b/chrome/chrome.scons
@@ -8,6 +8,12 @@ Master configuration for building chrome components.
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',