| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 }, | 92 }, |
| 93 "angle_unittests": { | 93 "angle_unittests": { |
| 94 "label": "//third_party/angle/src/tests:angle_unittests", | 94 "label": "//third_party/angle/src/tests:angle_unittests", |
| 95 "type": "raw", | 95 "type": "raw", |
| 96 "args": [], | 96 "args": [], |
| 97 }, | 97 }, |
| 98 "app_list_unittests": { | 98 "app_list_unittests": { |
| 99 "label": "//ui/app_list:app_list_unittests", | 99 "label": "//ui/app_list:app_list_unittests", |
| 100 "type": "windowed_test_launcher", | 100 "type": "windowed_test_launcher", |
| 101 }, | 101 }, |
| 102 "app_list_shower_unittests": { | 102 "app_list_presenter_unittests": { |
| 103 "label": "//ui/app_list/shower:app_list_shower_unittests", | 103 "label": "//ui/app_list/presenter:app_list_presenter_unittests", |
| 104 "type": "windowed_test_launcher", | 104 "type": "windowed_test_launcher", |
| 105 }, | 105 }, |
| 106 "app_shell_unittests": { | 106 "app_shell_unittests": { |
| 107 "label": "//extensions/shell:app_shell_unittests", | 107 "label": "//extensions/shell:app_shell_unittests", |
| 108 "type": "windowed_test_launcher", | 108 "type": "windowed_test_launcher", |
| 109 }, | 109 }, |
| 110 "ash_unittests": { | 110 "ash_unittests": { |
| 111 "label": "//ash:ash_unittests", | 111 "label": "//ash:ash_unittests", |
| 112 "type": "windowed_test_launcher", | 112 "type": "windowed_test_launcher", |
| 113 }, | 113 }, |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 }, | 562 }, |
| 563 "wm_unittests": { | 563 "wm_unittests": { |
| 564 "label": "//ui/wm:wm_unittests", | 564 "label": "//ui/wm:wm_unittests", |
| 565 "type": "windowed_test_launcher", | 565 "type": "windowed_test_launcher", |
| 566 }, | 566 }, |
| 567 "wtf_unittests": { | 567 "wtf_unittests": { |
| 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 569 "type": "console_test_launcher", | 569 "type": "console_test_launcher", |
| 570 }, | 570 }, |
| 571 } | 571 } |
| OLD | NEW |