| 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 "type": "console_test_launcher", | 259 "type": "console_test_launcher", |
| 260 }, | 260 }, |
| 261 "dbus_unittests": { | 261 "dbus_unittests": { |
| 262 "label": "//dbus:dbus_unittests", | 262 "label": "//dbus:dbus_unittests", |
| 263 "type": "unknown", | 263 "type": "unknown", |
| 264 }, | 264 }, |
| 265 "device_unittests": { | 265 "device_unittests": { |
| 266 "label": "//device:device_unittests", | 266 "label": "//device:device_unittests", |
| 267 "type": "console_test_launcher", | 267 "type": "console_test_launcher", |
| 268 }, | 268 }, |
| 269 "disable_outdated_build_detector_unittests": { |
| 270 "label": "//chrome/tools/disable_outdated_build_detector:disable_outdated_bu
ild_detector_unittests", |
| 271 "type": "console_test_launcher", |
| 272 }, |
| 269 "display_unittests": { | 273 "display_unittests": { |
| 270 "label": "//ui/display:display_unittests", | 274 "label": "//ui/display:display_unittests", |
| 271 "type": "console_test_launcher", | 275 "type": "console_test_launcher", |
| 272 }, | 276 }, |
| 273 "events_unittests": { | 277 "events_unittests": { |
| 274 "label": "//ui/events:events_unittests", | 278 "label": "//ui/events:events_unittests", |
| 275 "type": "windowed_test_launcher", | 279 "type": "windowed_test_launcher", |
| 276 }, | 280 }, |
| 277 "exo_unittests": { | 281 "exo_unittests": { |
| 278 "label": "//components/exo:exo_unittests", | 282 "label": "//components/exo:exo_unittests", |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 }, | 632 }, |
| 629 "wm_unittests": { | 633 "wm_unittests": { |
| 630 "label": "//ui/wm:wm_unittests", | 634 "label": "//ui/wm:wm_unittests", |
| 631 "type": "windowed_test_launcher", | 635 "type": "windowed_test_launcher", |
| 632 }, | 636 }, |
| 633 "wtf_unittests": { | 637 "wtf_unittests": { |
| 634 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 638 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 635 "type": "console_test_launcher", | 639 "type": "console_test_launcher", |
| 636 }, | 640 }, |
| 637 } | 641 } |
| OLD | NEW |