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

Side by Side Diff: mojo/mojo_edk_tests.gyp

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/mojo_common_unittests.isolate ('k') | mojo/mojo_js_integration_tests.isolate » ('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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'dependencies': [ 319 'dependencies': [
320 'mojo_public_system_unittests', 320 'mojo_public_system_unittests',
321 ], 321 ],
322 'includes': [ 322 'includes': [
323 '../build/isolate.gypi', 323 '../build/isolate.gypi',
324 ], 324 ],
325 'sources': [ 325 'sources': [
326 'mojo_public_system_unittests.isolate', 326 'mojo_public_system_unittests.isolate',
327 ], 327 ],
328 }, 328 },
329 {
330 'target_name': 'mojo_js_unittests_run',
331 'type': 'none',
332 'dependencies': [
333 'mojo_js_unittests',
334 ],
335 'includes': [
336 '../build/isolate.gypi',
337 ],
338 'sources': [
339 'mojo_js_unittests.isolate',
340 ],
341 },
342 {
343 'target_name': 'mojo_js_integration_tests_run',
344 'type': 'none',
345 'dependencies': [
346 'mojo_js_integration_tests',
347 ],
348 'includes': [
349 '../build/isolate.gypi',
350 ],
351 'sources': [
352 'mojo_js_integration_tests.isolate',
353 ],
354 },
355 {
356 'target_name': 'mojo_system_unittests_run',
357 'type': 'none',
358 'dependencies': [
359 'mojo_system_unittests',
360 ],
361 'includes': [
362 '../build/isolate.gypi',
363 ],
364 'sources': [
365 'mojo_system_unittests.isolate',
366 ],
367 },
329 ], 368 ],
330 }], 369 }],
331 ], 370 ],
332 } 371 }
OLDNEW
« no previous file with comments | « mojo/mojo_common_unittests.isolate ('k') | mojo/mojo_js_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698