| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "label": "//chrome/test:browser_tests", | 156 "label": "//chrome/test:browser_tests", |
| 157 "type": "windowed_test_launcher", | 157 "type": "windowed_test_launcher", |
| 158 }, | 158 }, |
| 159 "cacheinvalidation_unittests": { | 159 "cacheinvalidation_unittests": { |
| 160 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", | 160 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", |
| 161 "type": "raw", | 161 "type": "raw", |
| 162 "args": [ | 162 "args": [ |
| 163 "--test-launcher-bot-mode", | 163 "--test-launcher-bot-mode", |
| 164 ], | 164 ], |
| 165 }, | 165 }, |
| 166 "cast_alsa_cma_backend_unittests": { |
| 167 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest
s", |
| 168 "type": "unknown", |
| 169 }, |
| 166 "cast_base_unittests": { | 170 "cast_base_unittests": { |
| 167 "label": "//cast:cast_base_unittests", | 171 "label": "//cast:cast_base_unittests", |
| 168 "type": "unknown", | 172 "type": "unknown", |
| 169 }, | 173 }, |
| 170 "cast_crash_unittests": { | 174 "cast_crash_unittests": { |
| 171 "label": "//chromecast/crash:cast_crash_unittests", | 175 "label": "//chromecast/crash:cast_crash_unittests", |
| 172 "type": "unknown", | 176 "type": "unknown", |
| 173 }, | 177 }, |
| 174 "cast_shell_unittests": { | 178 "cast_shell_unittests": { |
| 175 "label": "//chromecast/app:cast_shell_unittests", | 179 "label": "//chromecast/app:cast_shell_unittests", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 585 }, | 589 }, |
| 586 "wm_unittests": { | 590 "wm_unittests": { |
| 587 "label": "//ui/wm:wm_unittests", | 591 "label": "//ui/wm:wm_unittests", |
| 588 "type": "windowed_test_launcher", | 592 "type": "windowed_test_launcher", |
| 589 }, | 593 }, |
| 590 "wtf_unittests": { | 594 "wtf_unittests": { |
| 591 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 595 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 592 "type": "console_test_launcher", | 596 "type": "console_test_launcher", |
| 593 }, | 597 }, |
| 594 } | 598 } |
| OLD | NEW |