1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
10 'target_conditions': [
11 # This part is shared between the targets defined below.
14 'attachment_broker.h',
15 'attachment_broker_win.cc',
16 'attachment_broker_win.h',
17 'brokerable_attachment.cc',
18 'brokerable_attachment.h',
19 'handle_attachment_win.h',
22 'ipc_channel_factory.cc',
23 'ipc_channel_factory.h',
24 'ipc_channel_common.cc',
25 'ipc_channel_handle.h',
26 'ipc_channel_nacl.cc',
28 'ipc_channel_posix.cc',
29 'ipc_channel_posix.h',
30 'ipc_channel_proxy.cc',
31 'ipc_channel_proxy.h',
32 'ipc_channel_reader.cc',
33 'ipc_channel_reader.h',
38 'ipc_forwarding_message_filter.cc',
39 'ipc_forwarding_message_filter.h',
45 'ipc_message_attachment.cc',
46 'ipc_message_attachment.h',
47 'ipc_message_attachment_set.cc',
48 'ipc_message_attachment_set.h',
49 'ipc_message_macros.h',
50 'ipc_message_start.h',
51 'ipc_message_utils.cc',
52 'ipc_message_utils.h',
54 'ipc_platform_file.cc',
55 'ipc_platform_file.h',
56 'ipc_platform_file_attachment_posix.cc',
57 'ipc_platform_file_attachment_posix.h',
61 'ipc_sync_channel.cc',
63 'ipc_sync_message.cc',
65 'ipc_sync_message_filter.cc',
66 'ipc_sync_message_filter.h',
69 'message_filter_router.cc',
70 'message_filter_router.h',
71 'param_traits_log_macros.h',
72 'param_traits_macros.h',
73 'param_traits_read_macros.h',
74 'param_traits_write_macros.h',
75 'struct_constructor_macros.h',
76 'struct_destructor_macros.h',
77 'unix_domain_socket_util.cc',
78 'unix_domain_socket_util.h',
86 'target_conditions': [
87 ['>(nacl_untrusted_build)==1', {
90 'ipc_channel_posix.cc',
91 'unix_domain_socket_util.cc',
94 ['OS == "win" or OS == "ios"', {
96 'unix_domain_socket_util.cc',