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

Side by Side Diff: build/all.gyp

Issue 394003: Linux: enable building with a local version of libssl. (Closed)
Patch Set: ... 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/linux/system.gyp » ('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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 '../third_party/ocmock/ocmock.gyp:*', 71 '../third_party/ocmock/ocmock.gyp:*',
72 ], 72 ],
73 }], 73 }],
74 ['OS=="linux"', { 74 ['OS=="linux"', {
75 'dependencies': [ 75 'dependencies': [
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 ], 82 ],
82 'conditions': [ 83 'conditions': [
83 ['branding=="Chrome"', { 84 ['branding=="Chrome"', {
84 'dependencies': [ 85 'dependencies': [
85 '../chrome/installer/installer.gyp:linux_packages', 86 '../chrome/installer/installer.gyp:linux_packages',
86 ], 87 ],
87 }], 88 }],
88 ], 89 ],
89 }], 90 }],
90 ['OS=="win"', { 91 ['OS=="win"', {
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 ], # targets 247 ], # targets
247 }], # OS="win" 248 }], # OS="win"
248 ], # conditions 249 ], # conditions
249 } 250 }
250 251
251 # Local Variables: 252 # Local Variables:
252 # tab-width:2 253 # tab-width:2
253 # indent-tabs-mode:nil 254 # indent-tabs-mode:nil
254 # End: 255 # End:
255 # vim: set expandtab tabstop=2 shiftwidth=2: 256 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698