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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1995753002: [mojo-edk] Expose portable API for platform handle wrapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 7 months 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/gles2/command_buffer_client_impl.cc ('k') | mojo/mojo_platform_handle.gyp » ('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 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
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
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 }
OLDNEW
« no previous file with comments | « mojo/gles2/command_buffer_client_impl.cc ('k') | mojo/mojo_platform_handle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698