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.cc',
15 'attachment_broker.h',
16 'attachment_broker_messages.h',
17 'attachment_broker_privileged.cc',
18 'attachment_broker_privileged.h',
19 'attachment_broker_privileged_win.cc',
20 'attachment_broker_privileged_win.h',
21 'attachment_broker_unprivileged.cc',
22 'attachment_broker_unprivileged.h',
23 'attachment_broker_unprivileged_win.cc',
24 'attachment_broker_unprivileged_win.h',
25 'brokerable_attachment.cc',
26 'brokerable_attachment.h',
27 'brokerable_attachment_win.cc',
28 'handle_attachment_win.cc',
29 'handle_attachment_win.h',
34 'ipc_channel_factory.cc',
35 'ipc_channel_factory.h',
36 'ipc_channel_common.cc',
37 'ipc_channel_handle.h',
38 'ipc_channel_nacl.cc',
40 'ipc_channel_posix.cc',
41 'ipc_channel_posix.h',
42 'ipc_channel_proxy.cc',
43 'ipc_channel_proxy.h',
44 'ipc_channel_reader.cc',
45 'ipc_channel_reader.h',
59 'ipc_message_attachment.cc',
60 'ipc_message_attachment.h',
61 'ipc_message_attachment_set.cc',
62 'ipc_message_attachment_set.h',
63 'ipc_message_generator.cc',
64 'ipc_message_generator.h',
65 'ipc_message_macros.h',
66 'ipc_message_start.h',
67 'ipc_message_utils.cc',
68 'ipc_message_utils.h',
70 'ipc_platform_file.cc',
71 'ipc_platform_file.h',
72 'ipc_platform_file_attachment_posix.cc',
73 'ipc_platform_file_attachment_posix.h',
77 'ipc_sync_channel.cc',
79 'ipc_sync_message.cc',
81 'ipc_sync_message_filter.cc',
82 'ipc_sync_message_filter.h',
85 'message_filter_router.cc',
86 'message_filter_router.h',
87 'param_traits_log_macros.h',
88 'param_traits_macros.h',
89 'param_traits_read_macros.h',
90 'param_traits_write_macros.h',
91 'placeholder_brokerable_attachment.cc',
92 'placeholder_brokerable_attachment.h',
93 'struct_constructor_macros.h',
94 'struct_destructor_macros.h',
95 'unix_domain_socket_util.cc',
96 'unix_domain_socket_util.h',
104 'target_conditions': [
105 ['>(nacl_untrusted_build)==1', {
108 'ipc_channel_posix.cc',
109 'unix_domain_socket_util.cc',
112 ['OS == "win" or OS == "ios"', {
114 'unix_domain_socket_util.cc',