| 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 "type": "console_test_launcher", | 218 "type": "console_test_launcher", |
| 219 }, | 219 }, |
| 220 "cast_shell": { | 220 "cast_shell": { |
| 221 "label": "//chromecast:cast_shell", | 221 "label": "//chromecast:cast_shell", |
| 222 "type": "additional_compile_target", | 222 "type": "additional_compile_target", |
| 223 }, | 223 }, |
| 224 "cast_shell_apk": { | 224 "cast_shell_apk": { |
| 225 "label": "//chromecast:cast_shell_apk", | 225 "label": "//chromecast:cast_shell_apk", |
| 226 "type": "additional_compile_target", | 226 "type": "additional_compile_target", |
| 227 }, | 227 }, |
| 228 "cast_shell_unittests": { | 228 "cast_shell_browsertests": { |
| 229 "label": "//chromecast/app:cast_shell_unittests", | 229 "label": "//chromecast:cast_shell_browsertests", |
| 230 "type": "console_test_launcher", | 230 "type": "console_test_launcher", |
| 231 }, | 231 }, |
| 232 "cast_shell_browser_test": { | 232 "cast_shell_unittests": { |
| 233 "label": "//chromecast/browser:cast_shell_browser_test", | 233 "label": "//chromecast:cast_shell_unittests", |
| 234 "type": "console_test_launcher", | 234 "type": "console_test_launcher", |
| 235 }, | 235 }, |
| 236 "cast_unittests": { | 236 "cast_unittests": { |
| 237 "label": "//media/cast:cast_unittests", | 237 "label": "//media/cast:cast_unittests", |
| 238 "type": "windowed_test_launcher", | 238 "type": "windowed_test_launcher", |
| 239 }, | 239 }, |
| 240 "cc_unittests": { | 240 "cc_unittests": { |
| 241 "label": "//cc:cc_unittests", | 241 "label": "//cc:cc_unittests", |
| 242 "type": "windowed_test_launcher", | 242 "type": "windowed_test_launcher", |
| 243 }, | 243 }, |
| (...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 }, | 949 }, |
| 950 "wm_unittests": { | 950 "wm_unittests": { |
| 951 "label": "//ui/wm:wm_unittests", | 951 "label": "//ui/wm:wm_unittests", |
| 952 "type": "windowed_test_launcher", | 952 "type": "windowed_test_launcher", |
| 953 }, | 953 }, |
| 954 "wtf_unittests": { | 954 "wtf_unittests": { |
| 955 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 955 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 956 "type": "console_test_launcher", | 956 "type": "console_test_launcher", |
| 957 }, | 957 }, |
| 958 } | 958 } |
| OLD | NEW |