OLD | NEW |
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 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and | 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and |
6 # test type classifications for the tests that are run on the bots. | 6 # test type classifications for the tests that are run on the bots. |
7 # | 7 # |
8 # This mapping is used by MB so that we can uniformly refer to test binaries | 8 # This mapping is used by MB so that we can uniformly refer to test binaries |
9 # by their Ninja target names in the recipes and not need to worry about how | 9 # by their Ninja target names in the recipes and not need to worry about how |
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty | 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "installer_util_unittests": { | 325 "installer_util_unittests": { |
326 "label": "//chrome/installer/util:installer_util_unittests", | 326 "label": "//chrome/installer/util:installer_util_unittests", |
327 "type": "console_test_launcher", | 327 "type": "console_test_launcher", |
328 }, | 328 }, |
329 "interactive_ui_tests": { | 329 "interactive_ui_tests": { |
330 "label": "//chrome/test:interactive_ui_tests", | 330 "label": "//chrome/test:interactive_ui_tests", |
331 "type": "windowed_test_launcher", | 331 "type": "windowed_test_launcher", |
332 }, | 332 }, |
333 "ipc_mojo_unittests": { | 333 "ipc_mojo_unittests": { |
334 "label": "//ipc/mojo:ipc_mojo_unittests", | 334 "label": "//ipc/mojo:ipc_mojo_unittests", |
335 "type": "unknown", | 335 "type": "console_test_launcher", |
336 }, | 336 }, |
337 "ipc_tests": { | 337 "ipc_tests": { |
338 "label": "//ipc:ipc_tests", | 338 "label": "//ipc:ipc_tests", |
339 "type": "console_test_launcher", | 339 "type": "console_test_launcher", |
340 }, | 340 }, |
341 "jingle_unittests": { | 341 "jingle_unittests": { |
342 "label": "//jingle:jingle_unittests", | 342 "label": "//jingle:jingle_unittests", |
343 "type": "console_test_launcher", | 343 "type": "console_test_launcher", |
344 }, | 344 }, |
345 "keyboard_unittests": { | 345 "keyboard_unittests": { |
(...skipping 19 matching lines...) Expand all Loading... |
365 "type": "windowed_test_launcher", | 365 "type": "windowed_test_launcher", |
366 }, | 366 }, |
367 "media_blink_unittests": { | 367 "media_blink_unittests": { |
368 "label": "//media/blink:media_blink_unittests", | 368 "label": "//media/blink:media_blink_unittests", |
369 "type": "windowed_test_launcher", | 369 "type": "windowed_test_launcher", |
370 }, | 370 }, |
371 "midi_unittests": { | 371 "midi_unittests": { |
372 "label": "//media/midi:midi_unittests", | 372 "label": "//media/midi:midi_unittests", |
373 "type": "windowed_test_launcher", | 373 "type": "windowed_test_launcher", |
374 }, | 374 }, |
| 375 "mojo_apptests": { |
| 376 "label": ":mojo_apptests", |
| 377 "type": "script", |
| 378 "script": "//mojo/tools/apptest_runner.py", |
| 379 "args": [ |
| 380 '.', |
| 381 ], |
| 382 }, |
375 "mojo_common_unittests": { | 383 "mojo_common_unittests": { |
376 "label": "//mojo/common:mojo_common_unittests", | 384 "label": "//mojo/common:mojo_common_unittests", |
377 "type": "console_test_launcher", | 385 "type": "console_test_launcher", |
378 }, | 386 }, |
379 "mojo_js_integration_tests": { | 387 "mojo_js_integration_tests": { |
380 "label": "//mojo/edk/js/test:js_integration_tests", | 388 "label": "//mojo/edk/js/test:js_integration_tests", |
381 "type": "console_test_launcher", | 389 "type": "console_test_launcher", |
382 }, | 390 }, |
383 "mojo_js_unittests": { | 391 "mojo_js_unittests": { |
384 "label": "//mojo/edk/js/test:js_unittests", | 392 "label": "//mojo/edk/js/test:js_unittests", |
385 "type": "console_test_launcher", | 393 "type": "console_test_launcher", |
386 }, | 394 }, |
387 "mojo_public_application_unittests": { | 395 "mojo_public_application_unittests": { |
388 "label": "//mojo/edk/test:mojo_public_applicaiton_unittests", | 396 "label": "//services/shell/public/cpp/tests:mojo_public_application_unittest
s", |
389 "type": "unknown", | 397 "type": "windowed_test_launcher", |
390 }, | 398 }, |
391 "mojo_public_bindings_unittests": { | 399 "mojo_public_bindings_unittests": { |
392 "label": "//mojo/edk/test:mojo_public_bindings_unittests", | 400 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
393 "type": "console_test_launcher", | 401 "type": "console_test_launcher", |
394 }, | 402 }, |
395 "mojo_public_system_unittests": { | 403 "mojo_public_system_unittests": { |
396 "label": "//mojo/edk/test:mojo_public_system_unittests", | 404 "label": "//mojo/edk/test:mojo_public_system_unittests", |
397 "type": "console_test_launcher", | 405 "type": "console_test_launcher", |
398 }, | 406 }, |
399 "mojo_runner_host_unittests": { | 407 "mojo_runner_host_unittests": { |
400 "label": "//mojo/runner/host:unittests", | 408 "label": "//services/shell/runner/host:mojo_runner_host_unittests", |
401 "type": "unknown", | 409 "type": "console_test_launcher", |
402 }, | 410 }, |
403 "mojo_shell_unittests": { | 411 "mojo_shell_unittests": { |
404 "label": "//services/shell:mojo_shell_unittests", | 412 "label": "//services/shell/tests:mojo_shell_unittests", |
405 "type": "unknown", | 413 "type": "console_test_launcher", |
406 }, | 414 }, |
407 "mojo_surfaces_lib_unittests": { | 415 "mojo_surfaces_lib_unittests": { |
408 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 416 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
409 "type": "unknown", | 417 "type": "windowed_test_launcher", |
410 }, | 418 }, |
411 "mojo_system_unittests": { | 419 "mojo_system_unittests": { |
412 "label": "//mojo/edk/system:mojo_system_unittests", | 420 "label": "//mojo/edk/system:mojo_system_unittests", |
413 "type": "unknown", | 421 "type": "console_test_launcher", |
414 }, | 422 }, |
415 "mojo_view_manager_lib_unittests": { | 423 "mojo_view_manager_lib_unittests": { |
416 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 424 "label": "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests"
, |
417 "type": "unknown", | 425 "type": "windowed_test_launcher", |
418 }, | 426 }, |
419 "message_center_unittests": { | 427 "message_center_unittests": { |
420 "label": "//ui/message_center:message_center_unittests", | 428 "label": "//ui/message_center:message_center_unittests", |
421 "type": "console_test_launcher", | 429 "type": "console_test_launcher", |
422 }, | 430 }, |
423 "mash_unittests": { | 431 "mash_unittests": { |
424 "label": "//mash:mash_unittests", | 432 "label": "//mash:mash_unittests", |
425 "type": "unknown", | 433 "type": "unknown", |
426 }, | 434 }, |
427 "mus_ws_unittests": { | 435 "mus_ws_unittests": { |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 }, | 593 }, |
586 "wm_unittests": { | 594 "wm_unittests": { |
587 "label": "//ui/wm:wm_unittests", | 595 "label": "//ui/wm:wm_unittests", |
588 "type": "windowed_test_launcher", | 596 "type": "windowed_test_launcher", |
589 }, | 597 }, |
590 "wtf_unittests": { | 598 "wtf_unittests": { |
591 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 599 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
592 "type": "console_test_launcher", | 600 "type": "console_test_launcher", |
593 }, | 601 }, |
594 } | 602 } |
OLD | NEW |