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

Side by Side Diff: build/all.gyp

Issue 2322008: Use SSLClientSocketNSS on Mac OS X. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add build/linux/system.gyp to the CL. Created 10 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « base/nss_util.cc ('k') | 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.
Mark Mentovai 2010/06/01 19:28:37 Can you explain (to me) the difference between net
wtc 2010/06/01 22:02:20 The README.chromium files in those two directories
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,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../gfx/gfx.gyp:*', 16 '../gfx/gfx.gyp:*',
17 '../gpu/gpu.gyp:*', 17 '../gpu/gpu.gyp:*',
18 '../gpu/demos/demos.gyp:*', 18 '../gpu/demos/demos.gyp:*',
19 '../ipc/ipc.gyp:*', 19 '../ipc/ipc.gyp:*',
20 '../media/media.gyp:*', 20 '../media/media.gyp:*',
21 '../net/net.gyp:*', 21 '../net/net.gyp:*',
22 '../net/third_party/nss/ssl.gyp:*',
Mark Mentovai 2010/06/01 19:28:37 This file now says "net/third_party/nss/ssl.gyp:*"
22 '../printing/printing.gyp:*', 23 '../printing/printing.gyp:*',
23 '../sdch/sdch.gyp:*', 24 '../sdch/sdch.gyp:*',
24 '../skia/skia.gyp:*', 25 '../skia/skia.gyp:*',
25 '../testing/gmock.gyp:*', 26 '../testing/gmock.gyp:*',
26 '../testing/gtest.gyp:*', 27 '../testing/gtest.gyp:*',
27 '../third_party/bzip2/bzip2.gyp:*', 28 '../third_party/bzip2/bzip2.gyp:*',
28 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 29 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
29 '../third_party/cld/cld.gyp:*', 30 '../third_party/cld/cld.gyp:*',
30 '../third_party/codesighs/codesighs.gyp:*', 31 '../third_party/codesighs/codesighs.gyp:*',
31 '../third_party/ffmpeg/ffmpeg.gyp:*', 32 '../third_party/ffmpeg/ffmpeg.gyp:*',
(...skipping 19 matching lines...) Expand all
51 ['javascript_engine=="v8"', { 52 ['javascript_engine=="v8"', {
52 'dependencies': [ 53 'dependencies': [
53 '../v8/tools/gyp/v8.gyp:*', 54 '../v8/tools/gyp/v8.gyp:*',
54 ], 55 ],
55 }], 56 }],
56 ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 57 ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
57 'dependencies': [ 58 'dependencies': [
58 '../third_party/yasm/yasm.gyp:*#host', 59 '../third_party/yasm/yasm.gyp:*#host',
59 ], 60 ],
60 }], 61 }],
62 ['OS=="mac" or OS=="win"', {
63 'dependencies': [
64 '../third_party/nss/nss.gyp:*',
65 ],
66 }],
61 ['OS=="mac"', { 67 ['OS=="mac"', {
62 'dependencies': [ 68 'dependencies': [
63 '../third_party/ocmock/ocmock.gyp:*', 69 '../third_party/ocmock/ocmock.gyp:*',
64 ], 70 ],
65 }], 71 }],
66 ['OS=="linux"', { 72 ['OS=="linux"', {
67 'dependencies': [ 73 'dependencies': [
68 '../breakpad/breakpad.gyp:*', 74 '../breakpad/breakpad.gyp:*',
69 '../courgette/courgette.gyp:*', 75 '../courgette/courgette.gyp:*',
70 '../sandbox/sandbox.gyp:*', 76 '../sandbox/sandbox.gyp:*',
71 ], 77 ],
72 'conditions': [ 78 'conditions': [
73 ['branding=="Chrome"', { 79 ['branding=="Chrome"', {
74 'dependencies': [ 80 'dependencies': [
75 '../chrome/chrome.gyp:linux_packages_<(channel)', 81 '../chrome/chrome.gyp:linux_packages_<(channel)',
76 ], 82 ],
77 }], 83 }],
78 ], 84 ],
79 }], 85 }],
80 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 86 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
81 'dependencies': [ 87 'dependencies': [
82 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', 88 '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*',
83 '../tools/xdisplaycheck/xdisplaycheck.gyp:*', 89 '../tools/xdisplaycheck/xdisplaycheck.gyp:*',
84 '../net/third_party/nss/nss.gyp:*',
85 ], 90 ],
86 }], 91 }],
87 ['OS=="win"', { 92 ['OS=="win"', {
88 'conditions': [ 93 'conditions': [
89 ['win_use_allocator_shim==1', { 94 ['win_use_allocator_shim==1', {
90 'dependencies': [ 95 'dependencies': [
91 '../base/allocator/allocator.gyp:*', 96 '../base/allocator/allocator.gyp:*',
92 ], 97 ],
93 }], 98 }],
94 ], 99 ],
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 ], # targets 322 ], # targets
318 }], # "chromeos==1" 323 }], # "chromeos==1"
319 ], # conditions 324 ], # conditions
320 } 325 }
321 326
322 # Local Variables: 327 # Local Variables:
323 # tab-width:2 328 # tab-width:2
324 # indent-tabs-mode:nil 329 # indent-tabs-mode:nil
325 # End: 330 # End:
326 # vim: set expandtab tabstop=2 shiftwidth=2: 331 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/nss_util.cc ('k') | build/linux/system.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698