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 159641: Add Linux package building target. (Closed)
Patch Set: Created 11 years, 4 months 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 | chrome/installer/installer.gyp » ('j') | chrome/installer/installer.gyp » ('J')
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 'includes': [ 6 'includes': [
7 'common.gypi', 7 'common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 }], 49 }],
50 ['OS=="linux"', { 50 ['OS=="linux"', {
51 'dependencies': [ 51 'dependencies': [
52 '../breakpad/breakpad.gyp:*', 52 '../breakpad/breakpad.gyp:*',
53 '../sandbox/sandbox.gyp:*', 53 '../sandbox/sandbox.gyp:*',
54 '../third_party/harfbuzz/harfbuzz.gyp:*', 54 '../third_party/harfbuzz/harfbuzz.gyp:*',
55 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 55 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
56 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 56 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
57 '../courgette/courgette.gyp:*', 57 '../courgette/courgette.gyp:*',
58 ], 58 ],
59 'conditions': [
60 ['branding=="Chrome"', {
61 'dependencies': [
62 '../chrome/installer/installer.gyp:linux_packages',
63 ],
64 }],
65 ],
59 }], 66 }],
60 ['OS=="win"', { 67 ['OS=="win"', {
61 'dependencies': [ 68 'dependencies': [
62 '../breakpad/breakpad.gyp:*', 69 '../breakpad/breakpad.gyp:*',
63 '../chrome/app/locales/locales.gyp:*', 70 '../chrome/app/locales/locales.gyp:*',
64 '../courgette/courgette.gyp:*', 71 '../courgette/courgette.gyp:*',
65 '../gears/gears.gyp:*', 72 '../gears/gears.gyp:*',
66 '../rlz/rlz.gyp:*', 73 '../rlz/rlz.gyp:*',
67 '../sandbox/sandbox.gyp:*', 74 '../sandbox/sandbox.gyp:*',
68 '../third_party/bsdiff/bsdiff.gyp:*', 75 '../third_party/bsdiff/bsdiff.gyp:*',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'type': 'none', 112 'type': 'none',
106 'dependencies': [ 113 'dependencies': [
107 'All', 114 'All',
108 '../chrome/chrome.gyp:build_app_dmg', 115 '../chrome/chrome.gyp:build_app_dmg',
109 ], 116 ],
110 }, 117 },
111 ], 118 ],
112 }], 119 }],
113 ], 120 ],
114 } 121 }
OLDNEW
« no previous file with comments | « no previous file | chrome/installer/installer.gyp » ('j') | chrome/installer/installer.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698