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_channel_utils_posix.cc', |
| 39 'edk/embedder/platform_channel_utils_posix.h', |
| 40 'edk/embedder/platform_handle.cc', |
| 41 'edk/embedder/platform_handle.h', |
| 42 'edk/embedder/platform_handle_utils.h', |
| 43 'edk/embedder/platform_handle_utils_posix.cc', |
| 44 'edk/embedder/platform_handle_utils_win.cc', |
| 45 'edk/embedder/platform_handle_vector.h', |
| 46 'edk/embedder/platform_shared_buffer.cc', |
| 47 'edk/embedder/platform_shared_buffer.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/async_waiter.cc', |
| 53 'edk/system/async_waiter.h', |
| 54 'edk/system/atomic_flag.h', |
| 55 'edk/system/broker.h', |
| 56 'edk/system/broker_host.h', |
| 57 'edk/system/channel.cc', |
| 58 'edk/system/channel.h', |
| 59 'edk/system/channel_win.cc', |
| 60 'edk/system/configuration.cc', |
| 61 'edk/system/configuration.h', |
| 62 'edk/system/core.cc', |
| 63 'edk/system/core.h', |
| 64 'edk/system/data_pipe_consumer_dispatcher.cc', |
| 65 'edk/system/data_pipe_consumer_dispatcher.h', |
| 66 'edk/system/data_pipe_control_message.cc', |
| 67 'edk/system/data_pipe_control_message.h', |
| 68 'edk/system/data_pipe_producer_dispatcher.cc', |
| 69 'edk/system/data_pipe_producer_dispatcher.h', |
| 70 'edk/system/dispatcher.cc', |
| 71 'edk/system/dispatcher.h', |
| 72 'edk/system/handle_signals_state.h', |
| 73 'edk/system/handle_table.cc', |
| 74 'edk/system/handle_table.h', |
| 75 'edk/system/mapping_table.cc', |
| 76 'edk/system/mapping_table.h', |
| 77 'edk/system/message_for_transit.cc', |
| 78 'edk/system/message_for_transit.h', |
| 79 'edk/system/message_pipe_dispatcher.cc', |
| 80 'edk/system/message_pipe_dispatcher.h', |
| 81 'edk/system/node_channel.cc', |
| 82 'edk/system/node_channel.h', |
| 83 'edk/system/node_controller.cc', |
| 84 'edk/system/node_controller.h', |
| 85 'edk/system/options_validation.h', |
| 86 'edk/system/platform_handle_dispatcher.cc', |
| 87 'edk/system/platform_handle_dispatcher.h', |
| 88 'edk/system/remote_message_pipe_bootstrap.h', |
| 89 'edk/system/request_context.cc', |
| 90 'edk/system/request_context.h', |
| 91 'edk/system/shared_buffer_dispatcher.cc', |
| 92 'edk/system/shared_buffer_dispatcher.h', |
| 93 'edk/system/wait_set_dispatcher.cc', |
| 94 'edk/system/wait_set_dispatcher.h', |
| 95 'edk/system/waiter.cc', |
| 96 'edk/system/waiter.h', |
| 97 'edk/system/watcher.cc', |
| 98 'edk/system/watcher.h', |
| 99 'edk/system/watcher_set.cc', |
| 100 'edk/system/watcher_set.h', |
| 101 # Test-only code: |
| 102 # TODO(vtl): It's a little unfortunate that these end up in the same |
| 103 # component as non-test-only code. In the static build, this code |
| 104 # should hopefully be dead-stripped. |
| 105 'edk/embedder/test_embedder.cc', |
| 106 'edk/embedder/test_embedder.h', |
| 107 ], |
| 108 'mojo_edk_system_impl_non_nacl_sources': [ |
| 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 }, |
| 115 } |
OLD | NEW |