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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1748503002: [mojo-edk] Add MojoWatch and MojoCancelWatch APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert RequestContext usage, nits Created 4 years, 9 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/mojo_edk.gyp ('k') | mojo/public/c/system/functions.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 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'edk/system/options_validation_unittest.cc', 220 'edk/system/options_validation_unittest.cc',
221 'edk/system/platform_handle_dispatcher_unittest.cc', 221 'edk/system/platform_handle_dispatcher_unittest.cc',
222 'edk/system/shared_buffer_dispatcher_unittest.cc', 222 'edk/system/shared_buffer_dispatcher_unittest.cc',
223 'edk/system/shared_buffer_unittest.cc', 223 'edk/system/shared_buffer_unittest.cc',
224 'edk/system/test_utils.cc', 224 'edk/system/test_utils.cc',
225 'edk/system/test_utils.h', 225 'edk/system/test_utils.h',
226 'edk/system/wait_set_dispatcher_unittest.cc', 226 'edk/system/wait_set_dispatcher_unittest.cc',
227 'edk/system/waiter_test_utils.cc', 227 'edk/system/waiter_test_utils.cc',
228 'edk/system/waiter_test_utils.h', 228 'edk/system/waiter_test_utils.h',
229 'edk/system/waiter_unittest.cc', 229 'edk/system/waiter_unittest.cc',
230 'edk/system/watch_unittest.cc',
230 ], 231 ],
231 'conditions': [ 232 'conditions': [
232 ['OS=="ios"', { 233 ['OS=="ios"', {
233 'sources!': [ 234 'sources!': [
234 'edk/system/multiprocess_message_pipe_unittest.cc', 235 'edk/system/multiprocess_message_pipe_unittest.cc',
235 ], 236 ],
236 }], 237 }],
237 ], 238 ],
238 }, 239 },
239 { 240 {
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 '../build/isolate.gypi', 357 '../build/isolate.gypi',
357 ], 358 ],
358 'sources': [ 359 'sources': [
359 'mojo_public_utility_unittests.isolate', 360 'mojo_public_utility_unittests.isolate',
360 ], 361 ],
361 }, 362 },
362 ], 363 ],
363 }], 364 }],
364 ], 365 ],
365 } 366 }
OLDNEW
« no previous file with comments | « mojo/mojo_edk.gyp ('k') | mojo/public/c/system/functions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698