Make Linux packaging options more granular.

This allows us to not waste time building packages/channels we don't care about. Also added option to build new 'trunk' channel packages, which are a special configuration for developer testing.

Review URL: http://codereview.chromium.org/418021


git-svn-id: http://src.chromium.org/svn/trunk/src/build@32879 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mmoss@chromium.org 2009-11-23 22:39:32 +00:00
Родитель 5f2418dadf
Коммит 58136e96ad
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -83,7 +83,7 @@
'conditions': [
['branding=="Chrome"', {
'dependencies': [
'../chrome/installer/installer.gyp:linux_packages',
'../chrome/installer/installer.gyp:linux_packages_<(channel)',
],
}],
],

Просмотреть файл

@ -85,6 +85,11 @@
'inside_chromium_build%': '<(inside_chromium_build)',
'fastbuild%': '<(fastbuild)',
# The release channel that this build targets. This is used to restrict
# channel-specific build options, like which installer packages to create.
# The default is 'all', which does no channel-specific filtering.
'channel%': 'all',
# Override chromium_mac_pch and set it to 0 to suppress the use of
# precompiled headers on the Mac. Prefix header injection may still be
# used, but prefix headers will not be precompiled. This is useful when