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

Side by Side Diff: ipc/ipc.gyp

Issue 565043: OpenBSD/FreeBSD GYP changes (most of the remaining ones) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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
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 'target_defaults': { 6 'target_defaults': {
7 'sources/': [ 7 'sources/': [
8 ['exclude', '/win/'], 8 ['exclude', '/win/'],
9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'], 9 ['exclude', '_(posix|win)(_unittest)?\\.(cc|mm?)$'],
10 ['exclude', '/win_[^/]*\\.cc$'], 10 ['exclude', '/win_[^/]*\\.cc$'],
11 ], 11 ],
12 'conditions': [ 12 'conditions': [
13 ['OS=="linux"', {'sources/': [ 13 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {'sources/': [
14 ['include', '_posix(_unittest)?\\.cc$'], 14 ['include', '_posix(_unittest)?\\.cc$'],
15 ]}], 15 ]}],
16 ['OS=="mac"', {'sources/': [ 16 ['OS=="mac"', {'sources/': [
17 ['include', '_posix(_unittest)?\\.(cc|mm?)$'], 17 ['include', '_posix(_unittest)?\\.(cc|mm?)$'],
18 ]}], 18 ]}],
19 ['OS=="win"', {'sources/': [ 19 ['OS=="win"', {'sources/': [
20 ['include', '_win(_unittest)?\\.cc$'], 20 ['include', '_win(_unittest)?\\.cc$'],
21 ['include', '/win/'], 21 ['include', '/win/'],
22 ['include', '/win_[^/]*\\.cc$'], 22 ['include', '/win_[^/]*\\.cc$'],
23 ]}], 23 ]}],
(...skipping 22 matching lines...) Expand all
46 'ipc_message_unittest.cc', 46 'ipc_message_unittest.cc',
47 'ipc_send_fds_test.cc', 47 'ipc_send_fds_test.cc',
48 'ipc_sync_channel_unittest.cc', 48 'ipc_sync_channel_unittest.cc',
49 'ipc_sync_message_unittest.cc', 49 'ipc_sync_message_unittest.cc',
50 'ipc_sync_message_unittest.h', 50 'ipc_sync_message_unittest.h',
51 'ipc_tests.cc', 51 'ipc_tests.cc',
52 'ipc_tests.h', 52 'ipc_tests.h',
53 'sync_socket_unittest.cc', 53 'sync_socket_unittest.cc',
54 ], 54 ],
55 'conditions': [ 55 'conditions': [
56 ['OS=="linux"', { 56 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
57 'dependencies': [ 57 'dependencies': [
58 '../build/linux/system.gyp:gtk', 58 '../build/linux/system.gyp:gtk',
59 ], 59 ],
60 }], 60 }],
61 ['OS=="linux" and toolkit_views==1', { 61 ['OS=="linux" and toolkit_views==1', {
62 'dependencies': [ 62 'dependencies': [
63 '../views/views.gyp:views', 63 '../views/views.gyp:views',
64 ], 64 ],
65 }], 65 }],
66 ['OS=="linux" or OS=="freebsd"', { 66 ['OS=="linux"', {
67 'conditions': [ 67 'conditions': [
68 ['linux_use_tcmalloc==1', { 68 ['linux_use_tcmalloc==1', {
69 'dependencies': [ 69 'dependencies': [
70 '../base/allocator/allocator.gyp:allocator', 70 '../base/allocator/allocator.gyp:allocator',
71 ], 71 ],
72 }], 72 }],
73 ], 73 ],
74 }] 74 }]
75 ], 75 ],
76 }, 76 },
77 ], 77 ],
78 } 78 }
79 79
80 # Local Variables: 80 # Local Variables:
81 # tab-width:2 81 # tab-width:2
82 # indent-tabs-mode:nil 82 # indent-tabs-mode:nil
83 # End: 83 # End:
84 # vim: set expandtab tabstop=2 shiftwidth=2: 84 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « courgette/courgette.gyp ('k') | printing/native_metafile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698