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

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

Issue 1230823008: Convert mojo_public_system_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@4_mojo_public_environment_unittests
Patch Set: Created 5 years, 5 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
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'dependencies': [ 294 'dependencies': [
295 'mojo_public_environment_unittests', 295 'mojo_public_environment_unittests',
296 ], 296 ],
297 'includes': [ 297 'includes': [
298 '../../build/isolate.gypi', 298 '../../build/isolate.gypi',
299 ], 299 ],
300 'sources': [ 300 'sources': [
301 'mojo_public_environment_unittests.isolate', 301 'mojo_public_environment_unittests.isolate',
302 ], 302 ],
303 }, 303 },
304 {
305 'target_name': 'mojo_public_system_unittests_run',
306 'type': 'none',
307 'dependencies': [
308 'mojo_public_system_unittests',
309 ],
310 'includes': [
311 '../../build/isolate.gypi',
312 ],
313 'sources': [
314 'mojo_public_system_unittests.isolate',
315 ],
316 },
304 ], 317 ],
305 }], 318 }],
306 ], 319 ],
307 } 320 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_system_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698