| 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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 "type": "windowed_test_launcher", | 636 "type": "windowed_test_launcher", |
| 637 }, | 637 }, |
| 638 "mojo_public_bindings_unittests": { | 638 "mojo_public_bindings_unittests": { |
| 639 "label": "//mojo/edk/test:mojo_public_bindings_unittests", | 639 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
| 640 "type": "console_test_launcher", | 640 "type": "console_test_launcher", |
| 641 }, | 641 }, |
| 642 "mojo_public_system_unittests": { | 642 "mojo_public_system_unittests": { |
| 643 "label": "//mojo/edk/test:mojo_public_system_unittests", | 643 "label": "//mojo/edk/test:mojo_public_system_unittests", |
| 644 "type": "console_test_launcher", | 644 "type": "console_test_launcher", |
| 645 }, | 645 }, |
| 646 "mojo_runner_host_unittests": { | |
| 647 "label": "//services/service_manager/runner/host:mojo_runner_host_unittests"
, | |
| 648 "type": "console_test_launcher", | |
| 649 }, | |
| 650 "mojo_system_unittests": { | 646 "mojo_system_unittests": { |
| 651 "label": "//mojo/edk/system:mojo_system_unittests", | 647 "label": "//mojo/edk/system:mojo_system_unittests", |
| 652 "type": "console_test_launcher", | 648 "type": "console_test_launcher", |
| 653 }, | 649 }, |
| 654 "mojo_test_apk": { | 650 "mojo_test_apk": { |
| 655 "label": "//mojo/android:mojo_test_apk", | 651 "label": "//mojo/android:mojo_test_apk", |
| 656 "type": "console_test_launcher", | 652 "type": "console_test_launcher", |
| 657 }, | 653 }, |
| 658 "mus_clipboard_unittests": { | 654 "mus_clipboard_unittests": { |
| 659 "label": "//services/ui/clipboard:mus_clipboard_unittests", | 655 "label": "//services/ui/clipboard:mus_clipboard_unittests", |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 }, | 990 }, |
| 995 "wm_unittests": { | 991 "wm_unittests": { |
| 996 "label": "//ui/wm:wm_unittests", | 992 "label": "//ui/wm:wm_unittests", |
| 997 "type": "windowed_test_launcher", | 993 "type": "windowed_test_launcher", |
| 998 }, | 994 }, |
| 999 "wtf_unittests": { | 995 "wtf_unittests": { |
| 1000 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 996 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1001 "type": "console_test_launcher", | 997 "type": "console_test_launcher", |
| 1002 }, | 998 }, |
| 1003 } | 999 } |
| OLD | NEW |