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

Side by Side Diff: third_party/mojo/mojo_edk_tests.gyp

Issue 1461213002: WaitSet implementation for old EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-waitset-skeleton
Patch Set: Fix windows build and style issues. Created 5 years 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
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 { 5 {
6 'includes': [ 6 'includes': [
7 'mojo_variables.gypi', 7 'mojo_variables.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'src/mojo/edk/system/remote_message_pipe_unittest.cc', 211 'src/mojo/edk/system/remote_message_pipe_unittest.cc',
212 'src/mojo/edk/system/run_all_unittests.cc', 212 'src/mojo/edk/system/run_all_unittests.cc',
213 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc', 213 'src/mojo/edk/system/shared_buffer_dispatcher_unittest.cc',
214 'src/mojo/edk/system/simple_dispatcher_unittest.cc', 214 'src/mojo/edk/system/simple_dispatcher_unittest.cc',
215 'src/mojo/edk/system/test_channel_endpoint_client.cc', 215 'src/mojo/edk/system/test_channel_endpoint_client.cc',
216 'src/mojo/edk/system/test_channel_endpoint_client.h', 216 'src/mojo/edk/system/test_channel_endpoint_client.h',
217 'src/mojo/edk/system/test_utils.cc', 217 'src/mojo/edk/system/test_utils.cc',
218 'src/mojo/edk/system/test_utils.h', 218 'src/mojo/edk/system/test_utils.h',
219 'src/mojo/edk/system/thread_annotations_unittest.cc', 219 'src/mojo/edk/system/thread_annotations_unittest.cc',
220 'src/mojo/edk/system/unique_identifier_unittest.cc', 220 'src/mojo/edk/system/unique_identifier_unittest.cc',
221 'src/mojo/edk/system/wait_set_dispatcher_unittest.cc',
221 'src/mojo/edk/system/waiter_test_utils.cc', 222 'src/mojo/edk/system/waiter_test_utils.cc',
222 'src/mojo/edk/system/waiter_test_utils.h', 223 'src/mojo/edk/system/waiter_test_utils.h',
223 'src/mojo/edk/system/waiter_unittest.cc', 224 'src/mojo/edk/system/waiter_unittest.cc',
224 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc', 225 'src/mojo/edk/test/multiprocess_test_helper_unittest.cc',
225 ], 226 ],
226 'conditions': [ 227 'conditions': [
227 ['OS=="ios"', { 228 ['OS=="ios"', {
228 'sources!': [ 229 'sources!': [
229 'src/mojo/edk/embedder/embedder_unittest.cc', 230 'src/mojo/edk/embedder/embedder_unittest.cc',
230 'src/mojo/edk/system/ipc_support_unittest.cc', 231 'src/mojo/edk/system/ipc_support_unittest.cc',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../../build/isolate.gypi', 337 '../../build/isolate.gypi',
337 ], 338 ],
338 'sources': [ 339 'sources': [
339 'mojo_public_utility_unittests.isolate', 340 'mojo_public_utility_unittests.isolate',
340 ], 341 ],
341 }, 342 },
342 ], 343 ],
343 }], 344 }],
344 ], 345 ],
345 } 346 }
OLDNEW
« no previous file with comments | « third_party/mojo/mojo_edk_system_impl.gypi ('k') | third_party/mojo/src/mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698