OLD | NEW |
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 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', | 170 'src/mojo/edk/embedder/simple_platform_shared_buffer_unittest.cc', |
171 'src/mojo/edk/system/awakable_list_unittest.cc', | 171 'src/mojo/edk/system/awakable_list_unittest.cc', |
172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', | 172 'src/mojo/edk/system/channel_endpoint_id_unittest.cc', |
173 'src/mojo/edk/system/channel_manager_unittest.cc', | 173 'src/mojo/edk/system/channel_manager_unittest.cc', |
174 'src/mojo/edk/system/channel_unittest.cc', | 174 'src/mojo/edk/system/channel_unittest.cc', |
175 'src/mojo/edk/system/core_unittest.cc', | 175 'src/mojo/edk/system/core_unittest.cc', |
176 'src/mojo/edk/system/core_test_base.cc', | 176 'src/mojo/edk/system/core_test_base.cc', |
177 'src/mojo/edk/system/core_test_base.h', | 177 'src/mojo/edk/system/core_test_base.h', |
178 'src/mojo/edk/system/data_pipe_unittest.cc', | 178 'src/mojo/edk/system/data_pipe_unittest.cc', |
179 'src/mojo/edk/system/dispatcher_unittest.cc', | 179 'src/mojo/edk/system/dispatcher_unittest.cc', |
180 'src/mojo/edk/system/local_data_pipe_unittest.cc', | 180 'src/mojo/edk/system/local_data_pipe_impl_unittest.cc', |
181 'src/mojo/edk/system/memory_unittest.cc', | 181 'src/mojo/edk/system/memory_unittest.cc', |
182 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', | 182 'src/mojo/edk/system/message_pipe_dispatcher_unittest.cc', |
183 'src/mojo/edk/system/message_pipe_test_utils.h', | 183 'src/mojo/edk/system/message_pipe_test_utils.h', |
184 'src/mojo/edk/system/message_pipe_test_utils.cc', | 184 'src/mojo/edk/system/message_pipe_test_utils.cc', |
185 'src/mojo/edk/system/message_pipe_unittest.cc', | 185 'src/mojo/edk/system/message_pipe_unittest.cc', |
186 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', | 186 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', |
187 'src/mojo/edk/system/options_validation_unittest.cc', | 187 'src/mojo/edk/system/options_validation_unittest.cc', |
188 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', | 188 'src/mojo/edk/system/platform_handle_dispatcher_unittest.cc', |
189 'src/mojo/edk/system/raw_channel_unittest.cc', | 189 'src/mojo/edk/system/raw_channel_unittest.cc', |
190 'src/mojo/edk/system/remote_message_pipe_unittest.cc', | 190 'src/mojo/edk/system/remote_message_pipe_unittest.cc', |
191 'src/mojo/edk/system/run_all_unittests.cc', | 191 'src/mojo/edk/system/run_all_unittests.cc', |
192 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', | 192 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', |
193 'src/mojo/edk/system/simple_dispatcher_unittest.cc', | 193 'src/mojo/edk/system/simple_dispatcher_unittest.cc', |
194 'src/mojo/edk/system/test_utils.cc', | 194 'src/mojo/edk/system/test_utils.cc', |
195 'src/mojo/edk/system/test_utils.h', | 195 'src/mojo/edk/system/test_utils.h', |
| 196 'src/mojo/edk/system/unique_identifier_unittest.cc', |
196 'src/mojo/edk/system/waiter_test_utils.cc', | 197 'src/mojo/edk/system/waiter_test_utils.cc', |
197 'src/mojo/edk/system/waiter_test_utils.h', | 198 'src/mojo/edk/system/waiter_test_utils.h', |
198 'src/mojo/edk/system/waiter_unittest.cc', | 199 'src/mojo/edk/system/waiter_unittest.cc', |
199 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc', | 200 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc', |
200 ], | 201 ], |
201 'conditions': [ | 202 'conditions': [ |
202 ['OS=="ios"', { | 203 ['OS=="ios"', { |
203 'sources!': [ | 204 'sources!': [ |
204 'src/mojo/edk/embedder/embedder_unittest.cc', | 205 'src/mojo/edk/embedder/embedder_unittest.cc', |
205 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', | 206 'src/mojo/edk/system/multiprocess_message_pipe_unittest.cc', |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'type': 'none', | 271 'type': 'none', |
271 'variables': { | 272 'variables': { |
272 'mojom_files': [ | 273 'mojom_files': [ |
273 'src/mojo/edk/js/tests/js_to_cpp.mojom', | 274 'src/mojo/edk/js/tests/js_to_cpp.mojom', |
274 ], | 275 ], |
275 }, | 276 }, |
276 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], | 277 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], |
277 }, | 278 }, |
278 ], | 279 ], |
279 } | 280 } |
OLD | NEW |