OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../third_party/mojo/mojo_variables.gypi', | 7 '../third_party/mojo/mojo_variables.gypi', |
8 ], | 8 ], |
9 'target_defaults' : { | 9 'target_defaults' : { |
10 'include_dirs': [ | 10 'include_dirs': [ |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'edk/embedder/simple_platform_shared_buffer_android.cc', | 60 'edk/embedder/simple_platform_shared_buffer_android.cc', |
61 'edk/embedder/simple_platform_shared_buffer_posix.cc', | 61 'edk/embedder/simple_platform_shared_buffer_posix.cc', |
62 'edk/embedder/simple_platform_shared_buffer_win.cc', | 62 'edk/embedder/simple_platform_shared_buffer_win.cc', |
63 'edk/embedder/simple_platform_support.cc', | 63 'edk/embedder/simple_platform_support.cc', |
64 'edk/embedder/simple_platform_support.h', | 64 'edk/embedder/simple_platform_support.h', |
65 'edk/system/awakable.h', | 65 'edk/system/awakable.h', |
66 'edk/system/awakable_list.cc', | 66 'edk/system/awakable_list.cc', |
67 'edk/system/awakable_list.h', | 67 'edk/system/awakable_list.h', |
68 'edk/system/async_waiter.cc', | 68 'edk/system/async_waiter.cc', |
69 'edk/system/async_waiter.h', | 69 'edk/system/async_waiter.h', |
70 'edk/system/child_token_serializer_win.cc', | 70 'edk/system/broker.h', |
71 'edk/system/child_token_serializer_win.h', | 71 'edk/system/broker_messages.h', |
| 72 'edk/system/broker_state.cc', |
| 73 'edk/system/broker_state.h', |
| 74 'edk/system/child_broker_host.cc', |
| 75 'edk/system/child_broker_host.h', |
72 'edk/system/configuration.cc', | 76 'edk/system/configuration.cc', |
73 'edk/system/configuration.h', | 77 'edk/system/configuration.h', |
74 'edk/system/core.cc', | 78 'edk/system/core.cc', |
75 'edk/system/core.h', | 79 'edk/system/core.h', |
76 'edk/system/data_pipe.cc', | 80 'edk/system/data_pipe.cc', |
77 'edk/system/data_pipe.h', | 81 'edk/system/data_pipe.h', |
78 'edk/system/data_pipe_consumer_dispatcher.cc', | 82 'edk/system/data_pipe_consumer_dispatcher.cc', |
79 'edk/system/data_pipe_consumer_dispatcher.h', | 83 'edk/system/data_pipe_consumer_dispatcher.h', |
80 'edk/system/data_pipe_producer_dispatcher.cc', | 84 'edk/system/data_pipe_producer_dispatcher.cc', |
81 'edk/system/data_pipe_producer_dispatcher.h', | 85 'edk/system/data_pipe_producer_dispatcher.h', |
82 'edk/system/dispatcher.cc', | 86 'edk/system/dispatcher.cc', |
83 'edk/system/dispatcher.h', | 87 'edk/system/dispatcher.h', |
84 'edk/system/handle_signals_state.h', | 88 'edk/system/handle_signals_state.h', |
85 'edk/system/handle_table.cc', | 89 'edk/system/handle_table.cc', |
86 'edk/system/handle_table.h', | 90 'edk/system/handle_table.h', |
87 'edk/system/mapping_table.cc', | 91 'edk/system/mapping_table.cc', |
88 'edk/system/mapping_table.h', | 92 'edk/system/mapping_table.h', |
89 'edk/system/message_in_transit.cc', | 93 'edk/system/message_in_transit.cc', |
90 'edk/system/message_in_transit.h', | 94 'edk/system/message_in_transit.h', |
91 'edk/system/message_in_transit_queue.cc', | 95 'edk/system/message_in_transit_queue.cc', |
92 'edk/system/message_in_transit_queue.h', | 96 'edk/system/message_in_transit_queue.h', |
93 'edk/system/message_pipe_dispatcher.cc', | 97 'edk/system/message_pipe_dispatcher.cc', |
94 'edk/system/message_pipe_dispatcher.h', | 98 'edk/system/message_pipe_dispatcher.h', |
95 'edk/system/options_validation.h', | 99 'edk/system/options_validation.h', |
96 'edk/system/parent_token_serializer_state_win.cc', | 100 'edk/system/child_broker.cc', |
97 'edk/system/parent_token_serializer_state_win.h', | 101 'edk/system/child_broker.h', |
98 'edk/system/parent_token_serializer_win.cc', | |
99 'edk/system/parent_token_serializer_win.h', | |
100 'edk/system/platform_handle_dispatcher.cc', | 102 'edk/system/platform_handle_dispatcher.cc', |
101 'edk/system/platform_handle_dispatcher.h', | 103 'edk/system/platform_handle_dispatcher.h', |
102 'edk/system/raw_channel.cc', | 104 'edk/system/raw_channel.cc', |
103 'edk/system/raw_channel.h', | 105 'edk/system/raw_channel.h', |
104 'edk/system/raw_channel_posix.cc', | 106 'edk/system/raw_channel_posix.cc', |
105 'edk/system/raw_channel_win.cc', | 107 'edk/system/raw_channel_win.cc', |
106 'edk/system/shared_buffer_dispatcher.cc', | 108 'edk/system/shared_buffer_dispatcher.cc', |
107 'edk/system/shared_buffer_dispatcher.h', | 109 'edk/system/shared_buffer_dispatcher.h', |
| 110 'edk/system/simple_broker.cc', |
| 111 'edk/system/simple_broker.h', |
108 'edk/system/simple_dispatcher.cc', | 112 'edk/system/simple_dispatcher.cc', |
109 'edk/system/simple_dispatcher.h', | 113 'edk/system/simple_dispatcher.h', |
110 'edk/system/simple_token_serializer_win.cc', | |
111 'edk/system/simple_token_serializer_win.h', | |
112 'edk/system/token_serializer_messages_win.h', | |
113 'edk/system/token_serializer_win.h', | |
114 'edk/system/transport_data.cc', | 114 'edk/system/transport_data.cc', |
115 'edk/system/transport_data.h', | 115 'edk/system/transport_data.h', |
116 'edk/system/waiter.cc', | 116 'edk/system/waiter.cc', |
117 'edk/system/waiter.h', | 117 'edk/system/waiter.h', |
118 # Test-only code: | 118 # Test-only code: |
119 # TODO(vtl): It's a little unfortunate that these end up in the same | 119 # TODO(vtl): It's a little unfortunate that these end up in the same |
120 # component as non-test-only code. In the static build, this code | 120 # component as non-test-only code. In the static build, this code |
121 # should hopefully be dead-stripped. | 121 # should hopefully be dead-stripped. |
122 'edk/embedder/test_embedder.cc', | 122 'edk/embedder/test_embedder.cc', |
123 'edk/embedder/test_embedder.h', | 123 'edk/embedder/test_embedder.h', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', | 224 '../third_party/mojo/mojo_public.gyp:mojo_public_test_support', |
225 'mojo_system_impl2', | 225 'mojo_system_impl2', |
226 'mojo_test_support_impl2', | 226 'mojo_test_support_impl2', |
227 ], | 227 ], |
228 'sources': [ | 228 'sources': [ |
229 'edk/test/run_all_unittests.cc', | 229 'edk/test/run_all_unittests.cc', |
230 ], | 230 ], |
231 }, | 231 }, |
232 ], | 232 ], |
233 } | 233 } |
OLD | NEW |