Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Side by Side Diff: mojo/edk/system/BUILD.gn

Issue 1426343002: EDK: Move mutex.*, cond_var.*, and thread_annotations.h to //mojo/edk/util. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: oops Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | mojo/edk/system/channel.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 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 import("../mojo_edk.gni") 5 import("../mojo_edk.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 15 matching lines...) Expand all
26 "channel.cc", 26 "channel.cc",
27 "channel.h", 27 "channel.h",
28 "channel_endpoint.cc", 28 "channel_endpoint.cc",
29 "channel_endpoint.h", 29 "channel_endpoint.h",
30 "channel_endpoint_client.h", 30 "channel_endpoint_client.h",
31 "channel_endpoint_id.cc", 31 "channel_endpoint_id.cc",
32 "channel_endpoint_id.h", 32 "channel_endpoint_id.h",
33 "channel_id.h", 33 "channel_id.h",
34 "channel_manager.cc", 34 "channel_manager.cc",
35 "channel_manager.h", 35 "channel_manager.h",
36 "cond_var.cc",
37 "cond_var.h",
38 "configuration.cc", 36 "configuration.cc",
39 "configuration.h", 37 "configuration.h",
40 "connection_identifier.h", 38 "connection_identifier.h",
41 "connection_manager.cc", 39 "connection_manager.cc",
42 "connection_manager.h", 40 "connection_manager.h",
43 "connection_manager_messages.h", 41 "connection_manager_messages.h",
44 "core.cc", 42 "core.cc",
45 "core.h", 43 "core.h",
46 "data_pipe.cc", 44 "data_pipe.cc",
47 "data_pipe.h", 45 "data_pipe.h",
(...skipping 27 matching lines...) Expand all
75 "message_in_transit.cc", 73 "message_in_transit.cc",
76 "message_in_transit.h", 74 "message_in_transit.h",
77 "message_in_transit_queue.cc", 75 "message_in_transit_queue.cc",
78 "message_in_transit_queue.h", 76 "message_in_transit_queue.h",
79 "message_pipe.cc", 77 "message_pipe.cc",
80 "message_pipe.h", 78 "message_pipe.h",
81 "message_pipe_dispatcher.cc", 79 "message_pipe_dispatcher.cc",
82 "message_pipe_dispatcher.h", 80 "message_pipe_dispatcher.h",
83 "message_pipe_endpoint.cc", 81 "message_pipe_endpoint.cc",
84 "message_pipe_endpoint.h", 82 "message_pipe_endpoint.h",
85 "mutex.cc",
86 "mutex.h",
87 "options_validation.h", 83 "options_validation.h",
88 "platform_handle_dispatcher.cc", 84 "platform_handle_dispatcher.cc",
89 "platform_handle_dispatcher.h", 85 "platform_handle_dispatcher.h",
90 "process_identifier.h", 86 "process_identifier.h",
91 "proxy_message_pipe_endpoint.cc", 87 "proxy_message_pipe_endpoint.cc",
92 "proxy_message_pipe_endpoint.h", 88 "proxy_message_pipe_endpoint.h",
93 "raw_channel.cc", 89 "raw_channel.cc",
94 "raw_channel.h", 90 "raw_channel.h",
95 "raw_channel_posix.cc", 91 "raw_channel_posix.cc",
96 "remote_consumer_data_pipe_impl.cc", 92 "remote_consumer_data_pipe_impl.cc",
97 "remote_consumer_data_pipe_impl.h", 93 "remote_consumer_data_pipe_impl.h",
98 "remote_data_pipe_ack.h", 94 "remote_data_pipe_ack.h",
99 "remote_producer_data_pipe_impl.cc", 95 "remote_producer_data_pipe_impl.cc",
100 "remote_producer_data_pipe_impl.h", 96 "remote_producer_data_pipe_impl.h",
101 "shared_buffer_dispatcher.cc", 97 "shared_buffer_dispatcher.cc",
102 "shared_buffer_dispatcher.h", 98 "shared_buffer_dispatcher.h",
103 "simple_dispatcher.cc", 99 "simple_dispatcher.cc",
104 "simple_dispatcher.h", 100 "simple_dispatcher.h",
105 "slave_connection_manager.cc", 101 "slave_connection_manager.cc",
106 "slave_connection_manager.h", 102 "slave_connection_manager.h",
107 "thread_annotations.h",
108 "transport_data.cc", 103 "transport_data.cc",
109 "transport_data.h", 104 "transport_data.h",
110 "unique_identifier.cc", 105 "unique_identifier.cc",
111 "unique_identifier.h", 106 "unique_identifier.h",
112 "waitable_event.cc", 107 "waitable_event.cc",
113 "waitable_event.h", 108 "waitable_event.h",
114 "waiter.cc", 109 "waiter.cc",
115 "waiter.h", 110 "waiter.h",
116 ] 111 ]
117 112
(...skipping 27 matching lines...) Expand all
145 test("mojo_system_unittests") { 140 test("mojo_system_unittests") {
146 sources = [ 141 sources = [
147 "../test/multiprocess_test_helper_unittest.cc", 142 "../test/multiprocess_test_helper_unittest.cc",
148 "awakable_list_unittest.cc", 143 "awakable_list_unittest.cc",
149 "channel_endpoint_id_unittest.cc", 144 "channel_endpoint_id_unittest.cc",
150 "channel_endpoint_unittest.cc", 145 "channel_endpoint_unittest.cc",
151 "channel_manager_unittest.cc", 146 "channel_manager_unittest.cc",
152 "channel_test_base.cc", 147 "channel_test_base.cc",
153 "channel_test_base.h", 148 "channel_test_base.h",
154 "channel_unittest.cc", 149 "channel_unittest.cc",
155 "cond_var_unittest.cc",
156 "connection_manager_unittest.cc", 150 "connection_manager_unittest.cc",
157 "core_test_base.cc", 151 "core_test_base.cc",
158 "core_test_base.h", 152 "core_test_base.h",
159 "core_unittest.cc", 153 "core_unittest.cc",
160 "data_pipe_impl_unittest.cc", 154 "data_pipe_impl_unittest.cc",
161 "data_pipe_unittest.cc", 155 "data_pipe_unittest.cc",
162 "dispatcher_unittest.cc", 156 "dispatcher_unittest.cc",
163 "endpoint_relayer_unittest.cc", 157 "endpoint_relayer_unittest.cc",
164 "ipc_support_unittest.cc", 158 "ipc_support_unittest.cc",
165 "memory_unittest.cc", 159 "memory_unittest.cc",
166 "message_in_transit_queue_unittest.cc", 160 "message_in_transit_queue_unittest.cc",
167 "message_in_transit_test_utils.cc", 161 "message_in_transit_test_utils.cc",
168 "message_in_transit_test_utils.h", 162 "message_in_transit_test_utils.h",
169 "message_pipe_dispatcher_unittest.cc", 163 "message_pipe_dispatcher_unittest.cc",
170 "message_pipe_test_utils.cc", 164 "message_pipe_test_utils.cc",
171 "message_pipe_test_utils.h", 165 "message_pipe_test_utils.h",
172 "message_pipe_unittest.cc", 166 "message_pipe_unittest.cc",
173 "multiprocess_message_pipe_unittest.cc", 167 "multiprocess_message_pipe_unittest.cc",
174 "mutex_unittest.cc",
175 "options_validation_unittest.cc", 168 "options_validation_unittest.cc",
176 "platform_handle_dispatcher_unittest.cc", 169 "platform_handle_dispatcher_unittest.cc",
177 "raw_channel_unittest.cc", 170 "raw_channel_unittest.cc",
178 "remote_data_pipe_impl_unittest.cc", 171 "remote_data_pipe_impl_unittest.cc",
179 "remote_message_pipe_unittest.cc", 172 "remote_message_pipe_unittest.cc",
180 "shared_buffer_dispatcher_unittest.cc", 173 "shared_buffer_dispatcher_unittest.cc",
181 "simple_dispatcher_unittest.cc", 174 "simple_dispatcher_unittest.cc",
182 "test_channel_endpoint_client.cc", 175 "test_channel_endpoint_client.cc",
183 "test_channel_endpoint_client.h", 176 "test_channel_endpoint_client.h",
184 "thread_annotations_unittest.cc",
185 "unique_identifier_unittest.cc", 177 "unique_identifier_unittest.cc",
186 "waitable_event_unittest.cc", 178 "waitable_event_unittest.cc",
187 "waiter_test_utils.cc", 179 "waiter_test_utils.cc",
188 "waiter_test_utils.h", 180 "waiter_test_utils.h",
189 "waiter_unittest.cc", 181 "waiter_unittest.cc",
190 ] 182 ]
191 183
192 deps = [ 184 deps = [
193 ":system", 185 ":system",
194 "../embedder:unittests", 186 "../embedder:unittests",
(...skipping 19 matching lines...) Expand all
214 ":system", 206 ":system",
215 "../test:test_support", 207 "../test:test_support",
216 "../util:perftests", 208 "../util:perftests",
217 "test", 209 "test",
218 "test:perf", 210 "test:perf",
219 "test:run_all_perftests", 211 "test:run_all_perftests",
220 "//base", 212 "//base",
221 "//testing/gtest", 213 "//testing/gtest",
222 ] 214 ]
223 } 215 }
OLDNEW
« no previous file with comments | « mojo/edk/embedder/embedder_unittest.cc ('k') | mojo/edk/system/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698