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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 "type": "console_test_launcher", | 417 "type": "console_test_launcher", |
418 }, | 418 }, |
419 "mojo_surfaces_lib_unittests": { | 419 "mojo_surfaces_lib_unittests": { |
420 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 420 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
421 "type": "windowed_test_launcher", | 421 "type": "windowed_test_launcher", |
422 }, | 422 }, |
423 "mojo_system_unittests": { | 423 "mojo_system_unittests": { |
424 "label": "//mojo/edk/system:mojo_system_unittests", | 424 "label": "//mojo/edk/system:mojo_system_unittests", |
425 "type": "console_test_launcher", | 425 "type": "console_test_launcher", |
426 }, | 426 }, |
| 427 "mus_clipboard_unittests": { |
| 428 "label": "//components/mus/clipboard:mus_clipboard_unittests", |
| 429 "type": "windowed_test_launcher", |
| 430 }, |
427 "mus_public_unittests": { | 431 "mus_public_unittests": { |
428 "label": "//components/mus/public/cpp/tests:mus_public_unittests", | 432 "label": "//components/mus/public/cpp/tests:mus_public_unittests", |
429 "type": "windowed_test_launcher", | 433 "type": "windowed_test_launcher", |
430 }, | 434 }, |
431 "message_center_unittests": { | 435 "message_center_unittests": { |
432 "label": "//ui/message_center:message_center_unittests", | 436 "label": "//ui/message_center:message_center_unittests", |
433 "type": "console_test_launcher", | 437 "type": "console_test_launcher", |
434 }, | 438 }, |
435 "mash_unittests": { | 439 "mash_unittests": { |
436 "label": "//mash:mash_unittests", | 440 "label": "//mash:mash_unittests", |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
605 }, | 609 }, |
606 "wm_unittests": { | 610 "wm_unittests": { |
607 "label": "//ui/wm:wm_unittests", | 611 "label": "//ui/wm:wm_unittests", |
608 "type": "windowed_test_launcher", | 612 "type": "windowed_test_launcher", |
609 }, | 613 }, |
610 "wtf_unittests": { | 614 "wtf_unittests": { |
611 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 615 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
612 "type": "console_test_launcher", | 616 "type": "console_test_launcher", |
613 }, | 617 }, |
614 } | 618 } |
OLD | NEW |