| 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 }, | 620 }, |
| 621 "mojo_js_integration_tests": { | 621 "mojo_js_integration_tests": { |
| 622 "label": "//mojo/edk/js/test:js_integration_tests", | 622 "label": "//mojo/edk/js/test:js_integration_tests", |
| 623 "type": "console_test_launcher", | 623 "type": "console_test_launcher", |
| 624 }, | 624 }, |
| 625 "mojo_js_unittests": { | 625 "mojo_js_unittests": { |
| 626 "label": "//mojo/edk/js/test:js_unittests", | 626 "label": "//mojo/edk/js/test:js_unittests", |
| 627 "type": "console_test_launcher", | 627 "type": "console_test_launcher", |
| 628 }, | 628 }, |
| 629 "mojo_public_application_unittests": { | 629 "mojo_public_application_unittests": { |
| 630 "label": "//services/shell/public/cpp/tests:mojo_public_application_unittest
s", | 630 "label": "//services/service_manager/public/cpp/tests:mojo_public_applicatio
n_unittests", |
| 631 "type": "windowed_test_launcher", | 631 "type": "windowed_test_launcher", |
| 632 }, | 632 }, |
| 633 "mojo_public_bindings_unittests": { | 633 "mojo_public_bindings_unittests": { |
| 634 "label": "//mojo/edk/test:mojo_public_bindings_unittests", | 634 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
| 635 "type": "console_test_launcher", | 635 "type": "console_test_launcher", |
| 636 }, | 636 }, |
| 637 "mojo_public_system_unittests": { | 637 "mojo_public_system_unittests": { |
| 638 "label": "//mojo/edk/test:mojo_public_system_unittests", | 638 "label": "//mojo/edk/test:mojo_public_system_unittests", |
| 639 "type": "console_test_launcher", | 639 "type": "console_test_launcher", |
| 640 }, | 640 }, |
| 641 "mojo_runner_host_unittests": { | 641 "mojo_runner_host_unittests": { |
| 642 "label": "//services/shell/runner/host:mojo_runner_host_unittests", | 642 "label": "//services/service_manager/runner/host:mojo_runner_host_unittests"
, |
| 643 "type": "console_test_launcher", | 643 "type": "console_test_launcher", |
| 644 }, | 644 }, |
| 645 "mojo_system_unittests": { | 645 "mojo_system_unittests": { |
| 646 "label": "//mojo/edk/system:mojo_system_unittests", | 646 "label": "//mojo/edk/system:mojo_system_unittests", |
| 647 "type": "console_test_launcher", | 647 "type": "console_test_launcher", |
| 648 }, | 648 }, |
| 649 "mojo_test_apk": { | 649 "mojo_test_apk": { |
| 650 "label": "//mojo/android:mojo_test_apk", | 650 "label": "//mojo/android:mojo_test_apk", |
| 651 "type": "console_test_launcher", | 651 "type": "console_test_launcher", |
| 652 }, | 652 }, |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 767 }, | 767 }, |
| 768 "sbox_unittests": { | 768 "sbox_unittests": { |
| 769 "label": "//sandbox/win:sbox_unittests", | 769 "label": "//sandbox/win:sbox_unittests", |
| 770 "type": "console_test_launcher", | 770 "type": "console_test_launcher", |
| 771 }, | 771 }, |
| 772 "sbox_validation_tests": { | 772 "sbox_validation_tests": { |
| 773 "label": "//sandbox/win:sbox_validation_tests", | 773 "label": "//sandbox/win:sbox_validation_tests", |
| 774 "type": "console_test_launcher", | 774 "type": "console_test_launcher", |
| 775 }, | 775 }, |
| 776 "service_manager_unittests": { | 776 "service_manager_unittests": { |
| 777 "label": "//services/shell/tests:service_manager_unittests", | 777 "label": "//services/service_manager/tests:service_manager_unittests", |
| 778 "type": "console_test_launcher", | 778 "type": "console_test_launcher", |
| 779 }, | 779 }, |
| 780 "setup_unittests": { | 780 "setup_unittests": { |
| 781 "label": "//chrome/installer/setup:setup_unittests", | 781 "label": "//chrome/installer/setup:setup_unittests", |
| 782 "type": "console_test_launcher", | 782 "type": "console_test_launcher", |
| 783 }, | 783 }, |
| 784 "skia_unittests": { | 784 "skia_unittests": { |
| 785 "label": "//skia:skia_unittests", | 785 "label": "//skia:skia_unittests", |
| 786 "type": "console_test_launcher", | 786 "type": "console_test_launcher", |
| 787 }, | 787 }, |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 }, | 959 }, |
| 960 "wtf_unittests": { | 960 "wtf_unittests": { |
| 961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 962 "type": "console_test_launcher", | 962 "type": "console_test_launcher", |
| 963 }, | 963 }, |
| 964 "xmllite_xmpp_unittests": { | 964 "xmllite_xmpp_unittests": { |
| 965 "label": "//webrtc:xmllite_xmpp_unittests", | 965 "label": "//webrtc:xmllite_xmpp_unittests", |
| 966 "type": "console_test_launcher", | 966 "type": "console_test_launcher", |
| 967 } | 967 } |
| 968 } | 968 } |
| OLD | NEW |