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 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
8 ], | 8 ], |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'edk/embedder/platform_channel_pair_posix_unittest.cc', | 194 'edk/embedder/platform_channel_pair_posix_unittest.cc', |
195 'edk/embedder/platform_shared_buffer_unittest.cc', | 195 'edk/embedder/platform_shared_buffer_unittest.cc', |
196 'edk/system/awakable_list_unittest.cc', | 196 'edk/system/awakable_list_unittest.cc', |
197 'edk/system/core_test_base.cc', | 197 'edk/system/core_test_base.cc', |
198 'edk/system/core_test_base.h', | 198 'edk/system/core_test_base.h', |
199 'edk/system/core_unittest.cc', | 199 'edk/system/core_unittest.cc', |
200 'edk/system/message_pipe_unittest.cc', | 200 'edk/system/message_pipe_unittest.cc', |
201 'edk/system/multiprocess_message_pipe_unittest.cc', | 201 'edk/system/multiprocess_message_pipe_unittest.cc', |
202 'edk/system/options_validation_unittest.cc', | 202 'edk/system/options_validation_unittest.cc', |
203 'edk/system/platform_handle_dispatcher_unittest.cc', | 203 'edk/system/platform_handle_dispatcher_unittest.cc', |
| 204 'edk/system/platform_wrapper_unittest.cc', |
204 'edk/system/ports/ports_unittest.cc', | 205 'edk/system/ports/ports_unittest.cc', |
205 'edk/system/shared_buffer_dispatcher_unittest.cc', | 206 'edk/system/shared_buffer_dispatcher_unittest.cc', |
206 'edk/system/shared_buffer_unittest.cc', | 207 'edk/system/shared_buffer_unittest.cc', |
207 'edk/system/test_utils.cc', | 208 'edk/system/test_utils.cc', |
208 'edk/system/test_utils.h', | 209 'edk/system/test_utils.h', |
209 'edk/system/wait_set_dispatcher_unittest.cc', | 210 'edk/system/wait_set_dispatcher_unittest.cc', |
210 'edk/system/waiter_test_utils.cc', | 211 'edk/system/waiter_test_utils.cc', |
211 'edk/system/waiter_test_utils.h', | 212 'edk/system/waiter_test_utils.h', |
212 'edk/system/waiter_unittest.cc', | 213 'edk/system/waiter_unittest.cc', |
213 'edk/system/watch_unittest.cc', | 214 'edk/system/watch_unittest.cc', |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
369 ], | 370 ], |
370 'variables': { | 371 'variables': { |
371 'test_suite_name': 'mojo_system_unittests', | 372 'test_suite_name': 'mojo_system_unittests', |
372 }, | 373 }, |
373 'includes': [ '../build/apk_test.gypi' ], | 374 'includes': [ '../build/apk_test.gypi' ], |
374 }, | 375 }, |
375 ], | 376 ], |
376 }], | 377 }], |
377 ], | 378 ], |
378 } | 379 } |
OLD | NEW |