| 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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "type": "console_test_launcher", | 285 "type": "console_test_launcher", |
| 286 }, | 286 }, |
| 287 "chromevox_tests": { | 287 "chromevox_tests": { |
| 288 "label": "//chrome/browser/resources/chromeos/chromevox:chromevox_tests", | 288 "label": "//chrome/browser/resources/chromeos/chromevox:chromevox_tests", |
| 289 "type": "windowed_test_launcher", | 289 "type": "windowed_test_launcher", |
| 290 }, | 290 }, |
| 291 "chromium_builder_asan": { | 291 "chromium_builder_asan": { |
| 292 "label": "//:chromium_builder_asan", | 292 "label": "//:chromium_builder_asan", |
| 293 "type": "additional_compile_target", | 293 "type": "additional_compile_target", |
| 294 }, | 294 }, |
| 295 "chromium_builder_dbg_drmemory_win": { | |
| 296 "label": "//:chromium_builder_dbg_drmemory_win", | |
| 297 "type": "additional_compile_target", | |
| 298 }, | |
| 299 "chromium_builder_lkgr_drmemory_win": { | |
| 300 "label": "//:chromium_builder_lkgr_drmemory_win", | |
| 301 "type": "additional_compile_target", | |
| 302 }, | |
| 303 "chromium_builder_perf": { | 295 "chromium_builder_perf": { |
| 304 "label": "//:chromium_builder_perf", | 296 "label": "//:chromium_builder_perf", |
| 305 "type": "additional_compile_target", | 297 "type": "additional_compile_target", |
| 306 }, | 298 }, |
| 307 "chromium_builder_tests": { | 299 "chromium_builder_tests": { |
| 308 "label": "//:chromium_builder_tests", | 300 "label": "//:chromium_builder_tests", |
| 309 "type": "additional_compile_target", | 301 "type": "additional_compile_target", |
| 310 }, | 302 }, |
| 311 "chromium_swarm_tests": { | 303 "chromium_swarm_tests": { |
| 312 "label": "//:chromium_swarm_tests", | 304 "label": "//:chromium_swarm_tests", |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 883 }, | 875 }, |
| 884 "wm_unittests": { | 876 "wm_unittests": { |
| 885 "label": "//ui/wm:wm_unittests", | 877 "label": "//ui/wm:wm_unittests", |
| 886 "type": "windowed_test_launcher", | 878 "type": "windowed_test_launcher", |
| 887 }, | 879 }, |
| 888 "wtf_unittests": { | 880 "wtf_unittests": { |
| 889 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 881 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 890 "type": "console_test_launcher", | 882 "type": "console_test_launcher", |
| 891 }, | 883 }, |
| 892 } | 884 } |
| OLD | NEW |