| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "type": "windowed_test_launcher", | 104 "type": "windowed_test_launcher", |
| 105 }, | 105 }, |
| 106 "app_list_presenter_unittests": { | 106 "app_list_presenter_unittests": { |
| 107 "label": "//ui/app_list/presenter:app_list_presenter_unittests", | 107 "label": "//ui/app_list/presenter:app_list_presenter_unittests", |
| 108 "type": "windowed_test_launcher", | 108 "type": "windowed_test_launcher", |
| 109 }, | 109 }, |
| 110 "app_shell_unittests": { | 110 "app_shell_unittests": { |
| 111 "label": "//extensions/shell:app_shell_unittests", | 111 "label": "//extensions/shell:app_shell_unittests", |
| 112 "type": "windowed_test_launcher", | 112 "type": "windowed_test_launcher", |
| 113 }, | 113 }, |
| 114 "ash_content_unittests": { |
| 115 "label": "//ash:ash_content_unittests", |
| 116 "type": "windowed_test_launcher", |
| 117 }, |
| 114 "ash_unittests": { | 118 "ash_unittests": { |
| 115 "label": "//ash:ash_unittests", | 119 "label": "//ash:ash_unittests", |
| 116 "type": "windowed_test_launcher", | 120 "type": "windowed_test_launcher", |
| 117 }, | 121 }, |
| 118 "audio_unittests": { | 122 "audio_unittests": { |
| 119 "label": "//media:audio_unittests", | 123 "label": "//media:audio_unittests", |
| 120 "type": "raw", | 124 "type": "raw", |
| 121 "args": [], | 125 "args": [], |
| 122 }, | 126 }, |
| 123 "aura_unittests": { | 127 "aura_unittests": { |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 661 }, | 665 }, |
| 662 "wm_unittests": { | 666 "wm_unittests": { |
| 663 "label": "//ui/wm:wm_unittests", | 667 "label": "//ui/wm:wm_unittests", |
| 664 "type": "windowed_test_launcher", | 668 "type": "windowed_test_launcher", |
| 665 }, | 669 }, |
| 666 "wtf_unittests": { | 670 "wtf_unittests": { |
| 667 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 671 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 668 "type": "console_test_launcher", | 672 "type": "console_test_launcher", |
| 669 }, | 673 }, |
| 670 } | 674 } |
| OLD | NEW |