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

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

Issue 1234193006: Convert mojo_public_utility_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_mojo_public_system_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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'dependencies': [ 307 'dependencies': [
308 'mojo_public_system_unittests', 308 'mojo_public_system_unittests',
309 ], 309 ],
310 'includes': [ 310 'includes': [
311 '../../build/isolate.gypi', 311 '../../build/isolate.gypi',
312 ], 312 ],
313 'sources': [ 313 'sources': [
314 'mojo_public_system_unittests.isolate', 314 'mojo_public_system_unittests.isolate',
315 ], 315 ],
316 }, 316 },
317 {
318 'target_name': 'mojo_public_utility_unittests_run',
319 'type': 'none',
320 'dependencies': [
321 'mojo_public_utility_unittests',
322 ],
323 'includes': [
324 '../../build/isolate.gypi',
325 ],
326 'sources': [
327 'mojo_public_utility_unittests.isolate',
328 ],
329 },
317 ], 330 ],
318 }], 331 }],
319 ], 332 ],
320 } 333 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | third_party/mojo/mojo_public_utility_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698