OLD | NEW |
| (Empty) |
1 # Copyright 2016 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. | |
4 | |
5 { | |
6 'variables': { | |
7 'mojo_edk_ports_sources': [ | |
8 'edk/system/ports/event.cc', | |
9 'edk/system/ports/event.h', | |
10 'edk/system/ports/message.cc', | |
11 'edk/system/ports/message.h', | |
12 'edk/system/ports/message_queue.cc', | |
13 'edk/system/ports/message_queue.h', | |
14 'edk/system/ports/name.cc', | |
15 'edk/system/ports/name.h', | |
16 'edk/system/ports/node.cc', | |
17 'edk/system/ports/node.h', | |
18 'edk/system/ports/node_delegate.h', | |
19 'edk/system/ports/port.cc', | |
20 'edk/system/ports/port.h', | |
21 'edk/system/ports/port_ref.cc', | |
22 'edk/system/ports/user_data.h', | |
23 'edk/system/ports_message.cc', | |
24 'edk/system/ports_message.h', | |
25 ], | |
26 'mojo_edk_system_impl_sources': [ | |
27 'edk/embedder/configuration.h', | |
28 'edk/embedder/embedder.cc', | |
29 'edk/embedder/embedder.h', | |
30 'edk/embedder/embedder_internal.h', | |
31 'edk/embedder/entrypoints.cc', | |
32 'edk/embedder/named_platform_channel_pair_win.cc', | |
33 'edk/embedder/named_platform_channel_pair.h', | |
34 'edk/embedder/platform_channel_pair.cc', | |
35 'edk/embedder/platform_channel_pair.h', | |
36 'edk/embedder/platform_channel_pair_posix.cc', | |
37 'edk/embedder/platform_channel_pair_win.cc', | |
38 'edk/embedder/platform_handle.cc', | |
39 'edk/embedder/platform_handle.h', | |
40 'edk/embedder/platform_handle_utils.h', | |
41 'edk/embedder/platform_handle_utils_posix.cc', | |
42 'edk/embedder/platform_handle_utils_win.cc', | |
43 'edk/embedder/platform_handle_vector.h', | |
44 'edk/embedder/platform_shared_buffer.cc', | |
45 'edk/embedder/platform_shared_buffer.h', | |
46 'edk/embedder/scoped_ipc_support.cc', | |
47 'edk/embedder/scoped_ipc_support.h', | |
48 'edk/embedder/scoped_platform_handle.h', | |
49 'edk/system/awakable.h', | |
50 'edk/system/awakable_list.cc', | |
51 'edk/system/awakable_list.h', | |
52 'edk/system/atomic_flag.h', | |
53 'edk/system/broker.h', | |
54 'edk/system/broker_host.h', | |
55 'edk/system/channel.cc', | |
56 'edk/system/channel.h', | |
57 'edk/system/channel_win.cc', | |
58 'edk/system/configuration.cc', | |
59 'edk/system/configuration.h', | |
60 'edk/system/core.cc', | |
61 'edk/system/core.h', | |
62 'edk/system/data_pipe_consumer_dispatcher.cc', | |
63 'edk/system/data_pipe_consumer_dispatcher.h', | |
64 'edk/system/data_pipe_control_message.cc', | |
65 'edk/system/data_pipe_control_message.h', | |
66 'edk/system/data_pipe_producer_dispatcher.cc', | |
67 'edk/system/data_pipe_producer_dispatcher.h', | |
68 'edk/system/dispatcher.cc', | |
69 'edk/system/dispatcher.h', | |
70 'edk/system/handle_signals_state.h', | |
71 'edk/system/handle_table.cc', | |
72 'edk/system/handle_table.h', | |
73 'edk/system/mapping_table.cc', | |
74 'edk/system/mapping_table.h', | |
75 'edk/system/message_for_transit.cc', | |
76 'edk/system/message_for_transit.h', | |
77 'edk/system/message_pipe_dispatcher.cc', | |
78 'edk/system/message_pipe_dispatcher.h', | |
79 'edk/system/node_channel.cc', | |
80 'edk/system/node_channel.h', | |
81 'edk/system/node_controller.cc', | |
82 'edk/system/node_controller.h', | |
83 'edk/system/options_validation.h', | |
84 'edk/system/platform_handle_dispatcher.cc', | |
85 'edk/system/platform_handle_dispatcher.h', | |
86 'edk/system/remote_message_pipe_bootstrap.h', | |
87 'edk/system/request_context.cc', | |
88 'edk/system/request_context.h', | |
89 'edk/system/shared_buffer_dispatcher.cc', | |
90 'edk/system/shared_buffer_dispatcher.h', | |
91 'edk/system/wait_set_dispatcher.cc', | |
92 'edk/system/wait_set_dispatcher.h', | |
93 'edk/system/waiter.cc', | |
94 'edk/system/waiter.h', | |
95 'edk/system/watcher.cc', | |
96 'edk/system/watcher.h', | |
97 'edk/system/watcher_set.cc', | |
98 'edk/system/watcher_set.h', | |
99 # Test-only code: | |
100 # TODO(vtl): It's a little unfortunate that these end up in the same | |
101 # component as non-test-only code. In the static build, this code | |
102 # should hopefully be dead-stripped. | |
103 'edk/embedder/test_embedder.cc', | |
104 'edk/embedder/test_embedder.h', | |
105 ], | |
106 'mojo_edk_system_impl_non_nacl_sources': [ | |
107 'edk/embedder/platform_channel_utils_posix.cc', | |
108 'edk/embedder/platform_channel_utils_posix.h', | |
109 'edk/system/broker_host_posix.cc', | |
110 'edk/system/broker_posix.cc', | |
111 'edk/system/channel_posix.cc', | |
112 'edk/system/remote_message_pipe_bootstrap.cc', | |
113 ], | |
114 'mojo_edk_system_impl_nacl_nonsfi_sources': [ | |
115 'edk/embedder/platform_channel_utils_posix.cc', | |
116 'edk/embedder/platform_channel_utils_posix.h', | |
117 'edk/system/broker_posix.cc', | |
118 'edk/system/channel_posix.cc', | |
119 ], | |
120 }, | |
121 } | |
OLD | NEW |