OLD | NEW |
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 # The dictionary here is defined for use by the "mojo_system_impl" and | 5 # The dictionary here is defined for use by the "mojo_system_impl" and |
6 # "mojo_system_impl_win64" targets in third_party/mojo/mojo_edk.gyp. It's define
d in this | 6 # "mojo_system_impl_win64" targets in third_party/mojo/mojo_edk.gyp. It's define
d in this |
7 # .gypi file so the sections aren't duplicated. | 7 # .gypi file so the sections aren't duplicated. |
8 { | 8 { |
9 'defines': [ | 9 'defines': [ |
10 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', | 10 'MOJO_SYSTEM_IMPL_IMPLEMENTATION', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'src/mojo/edk/system/channel_info.cc', | 55 'src/mojo/edk/system/channel_info.cc', |
56 'src/mojo/edk/system/channel_info.h', | 56 'src/mojo/edk/system/channel_info.h', |
57 'src/mojo/edk/system/channel_manager.cc', | 57 'src/mojo/edk/system/channel_manager.cc', |
58 'src/mojo/edk/system/channel_manager.h', | 58 'src/mojo/edk/system/channel_manager.h', |
59 'src/mojo/edk/system/configuration.cc', | 59 'src/mojo/edk/system/configuration.cc', |
60 'src/mojo/edk/system/configuration.h', | 60 'src/mojo/edk/system/configuration.h', |
61 'src/mojo/edk/system/core.cc', | 61 'src/mojo/edk/system/core.cc', |
62 'src/mojo/edk/system/core.h', | 62 'src/mojo/edk/system/core.h', |
63 'src/mojo/edk/system/data_pipe.cc', | 63 'src/mojo/edk/system/data_pipe.cc', |
64 'src/mojo/edk/system/data_pipe.h', | 64 'src/mojo/edk/system/data_pipe.h', |
| 65 'src/mojo/edk/system/data_pipe_impl.cc', |
65 'src/mojo/edk/system/data_pipe_impl.h', | 66 'src/mojo/edk/system/data_pipe_impl.h', |
66 'src/mojo/edk/system/data_pipe_consumer_dispatcher.cc', | 67 'src/mojo/edk/system/data_pipe_consumer_dispatcher.cc', |
67 'src/mojo/edk/system/data_pipe_consumer_dispatcher.h', | 68 'src/mojo/edk/system/data_pipe_consumer_dispatcher.h', |
68 'src/mojo/edk/system/data_pipe_producer_dispatcher.cc', | 69 'src/mojo/edk/system/data_pipe_producer_dispatcher.cc', |
69 'src/mojo/edk/system/data_pipe_producer_dispatcher.h', | 70 'src/mojo/edk/system/data_pipe_producer_dispatcher.h', |
70 'src/mojo/edk/system/dispatcher.cc', | 71 'src/mojo/edk/system/dispatcher.cc', |
71 'src/mojo/edk/system/dispatcher.h', | 72 'src/mojo/edk/system/dispatcher.h', |
72 'src/mojo/edk/system/endpoint_relayer.cc', | 73 'src/mojo/edk/system/endpoint_relayer.cc', |
73 'src/mojo/edk/system/endpoint_relayer.h', | 74 'src/mojo/edk/system/endpoint_relayer.h', |
74 'src/mojo/edk/system/handle_signals_state.h', | 75 'src/mojo/edk/system/handle_signals_state.h', |
(...skipping 19 matching lines...) Expand all Loading... |
94 'src/mojo/edk/system/message_pipe.h', | 95 'src/mojo/edk/system/message_pipe.h', |
95 'src/mojo/edk/system/message_pipe_dispatcher.cc', | 96 'src/mojo/edk/system/message_pipe_dispatcher.cc', |
96 'src/mojo/edk/system/message_pipe_dispatcher.h', | 97 'src/mojo/edk/system/message_pipe_dispatcher.h', |
97 'src/mojo/edk/system/message_pipe_endpoint.cc', | 98 'src/mojo/edk/system/message_pipe_endpoint.cc', |
98 'src/mojo/edk/system/message_pipe_endpoint.h', | 99 'src/mojo/edk/system/message_pipe_endpoint.h', |
99 'src/mojo/edk/system/options_validation.h', | 100 'src/mojo/edk/system/options_validation.h', |
100 'src/mojo/edk/system/platform_handle_dispatcher.cc', | 101 'src/mojo/edk/system/platform_handle_dispatcher.cc', |
101 'src/mojo/edk/system/platform_handle_dispatcher.h', | 102 'src/mojo/edk/system/platform_handle_dispatcher.h', |
102 'src/mojo/edk/system/proxy_message_pipe_endpoint.cc', | 103 'src/mojo/edk/system/proxy_message_pipe_endpoint.cc', |
103 'src/mojo/edk/system/proxy_message_pipe_endpoint.h', | 104 'src/mojo/edk/system/proxy_message_pipe_endpoint.h', |
| 105 'src/mojo/edk/system/remote_consumer_data_pipe_impl.cc', |
| 106 'src/mojo/edk/system/remote_consumer_data_pipe_impl.h', |
| 107 'src/mojo/edk/system/remote_data_pipe_ack.h', |
| 108 'src/mojo/edk/system/remote_producer_data_pipe_impl.cc', |
| 109 'src/mojo/edk/system/remote_producer_data_pipe_impl.h', |
104 'src/mojo/edk/system/raw_channel.cc', | 110 'src/mojo/edk/system/raw_channel.cc', |
105 'src/mojo/edk/system/raw_channel.h', | 111 'src/mojo/edk/system/raw_channel.h', |
106 'src/mojo/edk/system/raw_channel_posix.cc', | 112 'src/mojo/edk/system/raw_channel_posix.cc', |
107 'src/mojo/edk/system/raw_channel_win.cc', | 113 'src/mojo/edk/system/raw_channel_win.cc', |
108 'src/mojo/edk/system/shared_buffer_dispatcher.cc', | 114 'src/mojo/edk/system/shared_buffer_dispatcher.cc', |
109 'src/mojo/edk/system/shared_buffer_dispatcher.h', | 115 'src/mojo/edk/system/shared_buffer_dispatcher.h', |
110 'src/mojo/edk/system/simple_dispatcher.cc', | 116 'src/mojo/edk/system/simple_dispatcher.cc', |
111 'src/mojo/edk/system/simple_dispatcher.h', | 117 'src/mojo/edk/system/simple_dispatcher.h', |
112 'src/mojo/edk/system/slave_connection_manager.cc', | 118 'src/mojo/edk/system/slave_connection_manager.cc', |
113 'src/mojo/edk/system/slave_connection_manager.h', | 119 'src/mojo/edk/system/slave_connection_manager.h', |
(...skipping 15 matching lines...) Expand all Loading... |
129 'defines': ['MOJO_USE_SYSTEM_IMPL'], | 135 'defines': ['MOJO_USE_SYSTEM_IMPL'], |
130 }, | 136 }, |
131 'conditions': [ | 137 'conditions': [ |
132 ['OS=="android"', { | 138 ['OS=="android"', { |
133 'dependencies': [ | 139 'dependencies': [ |
134 '<(DEPTH)/third_party/ashmem/ashmem.gyp:ashmem', | 140 '<(DEPTH)/third_party/ashmem/ashmem.gyp:ashmem', |
135 ], | 141 ], |
136 }], | 142 }], |
137 ], | 143 ], |
138 } | 144 } |
OLD | NEW |