Add Linux package building target.
Also rearrange installer targets with better grouping for easier reading. Review URL: http://codereview.chromium.org/159641 git-svn-id: http://src.chromium.org/svn/trunk/src/build@22063 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
Родитель
91a8ee33dc
Коммит
a903ede33c
7
all.gyp
7
all.gyp
|
@ -56,6 +56,13 @@
|
|||
'../tools/xdisplaycheck/xdisplaycheck.gyp:*',
|
||||
'../courgette/courgette.gyp:*',
|
||||
],
|
||||
'conditions': [
|
||||
['branding=="Chrome"', {
|
||||
'dependencies': [
|
||||
'../chrome/installer/installer.gyp:linux_packages',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'dependencies': [
|
||||
|
|
Загрузка…
Ссылка в новой задаче