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 mojo/edk/mojo_edk.gyp. It's defined in | 6 # "mojo_system_impl_win64" targets in mojo/edk/mojo_edk.gyp. It's defined in |
7 # this .gypi file so the sections aren't duplicated. | 7 # this .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 19 matching lines...) Expand all Loading... | |
30 'embedder/platform_handle.h', | 30 'embedder/platform_handle.h', |
31 'embedder/platform_handle_utils.h', | 31 'embedder/platform_handle_utils.h', |
32 'embedder/platform_handle_utils_posix.cc', | 32 'embedder/platform_handle_utils_posix.cc', |
33 'embedder/platform_handle_utils_win.cc', | 33 'embedder/platform_handle_utils_win.cc', |
34 'embedder/platform_handle_vector.h', | 34 'embedder/platform_handle_vector.h', |
35 'embedder/platform_shared_buffer.h', | 35 'embedder/platform_shared_buffer.h', |
36 'embedder/platform_support.h', | 36 'embedder/platform_support.h', |
37 'embedder/scoped_platform_handle.h', | 37 'embedder/scoped_platform_handle.h', |
38 'embedder/simple_platform_shared_buffer.cc', | 38 'embedder/simple_platform_shared_buffer.cc', |
39 'embedder/simple_platform_shared_buffer.h', | 39 'embedder/simple_platform_shared_buffer.h', |
40 'embedder/simple_platform_shared_buffer_android.cc', | |
40 'embedder/simple_platform_shared_buffer_posix.cc', | 41 'embedder/simple_platform_shared_buffer_posix.cc', |
41 'embedder/simple_platform_shared_buffer_win.cc', | 42 'embedder/simple_platform_shared_buffer_win.cc', |
42 'embedder/simple_platform_support.cc', | 43 'embedder/simple_platform_support.cc', |
43 'embedder/simple_platform_support.h', | 44 'embedder/simple_platform_support.h', |
45 'system/awakable.h', | |
46 'system/awakable_list.cc', | |
47 'system/awakable_list.h', | |
44 'system/channel.cc', | 48 'system/channel.cc', |
45 'system/channel.h', | 49 'system/channel.h', |
46 'system/channel_endpoint.cc', | 50 'system/channel_endpoint.cc', |
47 'system/channel_endpoint.h', | 51 'system/channel_endpoint.h', |
48 'system/channel_endpoint_client.h', | 52 'system/channel_endpoint_client.h', |
49 'system/channel_endpoint_id.cc', | 53 'system/channel_endpoint_id.cc', |
50 'system/channel_endpoint_id.h', | 54 'system/channel_endpoint_id.h', |
51 'system/channel_info.cc', | 55 'system/channel_info.cc', |
52 'system/channel_info.h', | 56 'system/channel_info.h', |
53 'system/channel_manager.cc', | 57 'system/channel_manager.cc', |
54 'system/channel_manager.h', | 58 'system/channel_manager.h', |
55 'system/configuration.cc', | 59 'system/configuration.cc', |
56 'system/configuration.h', | 60 'system/configuration.h', |
57 'system/core.cc', | 61 'system/core.cc', |
58 'system/core.h', | 62 'system/core.h', |
59 'system/data_pipe.cc', | 63 'system/data_pipe.cc', |
60 'system/data_pipe.h', | 64 'system/data_pipe.h', |
61 'system/data_pipe_consumer_dispatcher.cc', | 65 'system/data_pipe_consumer_dispatcher.cc', |
62 'system/data_pipe_consumer_dispatcher.h', | 66 'system/data_pipe_consumer_dispatcher.h', |
63 'system/data_pipe_producer_dispatcher.cc', | 67 'system/data_pipe_producer_dispatcher.cc', |
64 'system/data_pipe_producer_dispatcher.h', | 68 'system/data_pipe_producer_dispatcher.h', |
65 'system/dispatcher.cc', | 69 'system/dispatcher.cc', |
66 'system/dispatcher.h', | 70 'system/dispatcher.h', |
71 'system/endpoint_relayer.cc', | |
72 'system/endpoint_relayer.h', | |
67 'system/handle_signals_state.h', | 73 'system/handle_signals_state.h', |
68 'system/handle_table.cc', | 74 'system/handle_table.cc', |
69 'system/handle_table.h', | 75 'system/handle_table.h', |
70 'system/local_data_pipe.cc', | 76 'system/local_data_pipe.cc', |
71 'system/local_data_pipe.h', | 77 'system/local_data_pipe.h', |
72 'system/local_message_pipe_endpoint.cc', | 78 'system/local_message_pipe_endpoint.cc', |
73 'system/local_message_pipe_endpoint.h', | 79 'system/local_message_pipe_endpoint.h', |
74 'system/mapping_table.cc', | 80 'system/mapping_table.cc', |
75 'system/mapping_table.h', | 81 'system/mapping_table.h', |
76 'system/memory.cc', | 82 'system/memory.cc', |
(...skipping 18 matching lines...) Expand all Loading... | |
95 'system/raw_channel_posix.cc', | 101 'system/raw_channel_posix.cc', |
96 'system/raw_channel_win.cc', | 102 'system/raw_channel_win.cc', |
97 'system/shared_buffer_dispatcher.cc', | 103 'system/shared_buffer_dispatcher.cc', |
98 'system/shared_buffer_dispatcher.h', | 104 'system/shared_buffer_dispatcher.h', |
99 'system/simple_dispatcher.cc', | 105 'system/simple_dispatcher.cc', |
100 'system/simple_dispatcher.h', | 106 'system/simple_dispatcher.h', |
101 'system/transport_data.cc', | 107 'system/transport_data.cc', |
102 'system/transport_data.h', | 108 'system/transport_data.h', |
103 'system/waiter.cc', | 109 'system/waiter.cc', |
104 'system/waiter.h', | 110 'system/waiter.h', |
105 'system/waiter_list.cc', | |
106 'system/waiter_list.h', | |
107 # Test-only code: | 111 # Test-only code: |
108 # TODO(vtl): It's a little unfortunate that these end up in the same | 112 # TODO(vtl): It's a little unfortunate that these end up in the same |
109 # component as non-test-only code. In the static build, this code | 113 # component as non-test-only code. In the static build, this code |
110 # should hopefully be dead-stripped. | 114 # should hopefully be dead-stripped. |
111 'embedder/test_embedder.cc', | 115 'embedder/test_embedder.cc', |
112 'embedder/test_embedder.h', | 116 'embedder/test_embedder.h', |
113 ], | 117 ], |
114 'all_dependent_settings': { | 118 'all_dependent_settings': { |
115 # Ensures that dependent projects import the core functions on Windows. | 119 # Ensures that dependent projects import the core functions on Windows. |
116 'defines': ['MOJO_USE_SYSTEM_IMPL'], | 120 'defines': ['MOJO_USE_SYSTEM_IMPL'], |
117 }, | 121 }, |
122 'conditions': [ | |
jamesr
2014/12/09 04:22:55
i don't see what's strange or ugly about this - mo
| |
123 ['OS=="android"', { | |
124 "dependencies": [ | |
125 "<(DEPTH)/third_party/ashmem/ashmem.gyp:ashmem", | |
126 ], | |
127 }], | |
128 ], | |
118 } | 129 } |
OLD | NEW |