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

Side by Side Diff: build/all.gyp

Issue 418021: Make Linux packaging options more granular. (Closed)
Patch Set: default to all packages Created 11 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 unified diff | Download patch
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 '../breakpad/breakpad.gyp:*', 76 '../breakpad/breakpad.gyp:*',
77 '../courgette/courgette.gyp:*', 77 '../courgette/courgette.gyp:*',
78 '../sandbox/sandbox.gyp:*', 78 '../sandbox/sandbox.gyp:*',
79 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 79 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
80 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 80 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
81 '../net/third_party/nss/nss.gyp:*', 81 '../net/third_party/nss/nss.gyp:*',
82 ], 82 ],
83 'conditions': [ 83 'conditions': [
84 ['branding=="Chrome"', { 84 ['branding=="Chrome"', {
85 'dependencies': [ 85 'dependencies': [
86 '../chrome/installer/installer.gyp:linux_packages', 86 '../chrome/installer/installer.gyp:linux_packages_<(channel)',
87 ], 87 ],
88 }], 88 }],
89 ], 89 ],
90 }], 90 }],
91 ['OS=="win"', { 91 ['OS=="win"', {
92 'dependencies': [ 92 'dependencies': [
93 '../breakpad/breakpad.gyp:*', 93 '../breakpad/breakpad.gyp:*',
94 '../chrome/app/locales/locales.gyp:*', 94 '../chrome/app/locales/locales.gyp:*',
95 '../courgette/courgette.gyp:*', 95 '../courgette/courgette.gyp:*',
96 '../gears/gears.gyp:*', 96 '../gears/gears.gyp:*',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 ], # targets 225 ], # targets
226 }], # OS="win" 226 }], # OS="win"
227 ], # conditions 227 ], # conditions
228 } 228 }
229 229
230 # Local Variables: 230 # Local Variables:
231 # tab-width:2 231 # tab-width:2
232 # indent-tabs-mode:nil 232 # indent-tabs-mode:nil
233 # End: 233 # End:
234 # vim: set expandtab tabstop=2 shiftwidth=2: 234 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698