| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 }, | 414 }, |
| 415 "mojo_runner_host_unittests": { | 415 "mojo_runner_host_unittests": { |
| 416 "label": "//services/shell/runner/host:mojo_runner_host_unittests", | 416 "label": "//services/shell/runner/host:mojo_runner_host_unittests", |
| 417 "type": "console_test_launcher", | 417 "type": "console_test_launcher", |
| 418 }, | 418 }, |
| 419 "mojo_shell_unittests": { | 419 "mojo_shell_unittests": { |
| 420 "label": "//services/shell/tests:mojo_shell_unittests", | 420 "label": "//services/shell/tests:mojo_shell_unittests", |
| 421 "type": "console_test_launcher", | 421 "type": "console_test_launcher", |
| 422 }, | 422 }, |
| 423 "mojo_surfaces_lib_unittests": { | 423 "mojo_surfaces_lib_unittests": { |
| 424 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 424 "label": "//components/mus/public/cpp/surfaces/tests:mojo_surfaces_lib_unitt
ests", |
| 425 "type": "windowed_test_launcher", | 425 "type": "windowed_test_launcher", |
| 426 }, | 426 }, |
| 427 "mojo_system_unittests": { | 427 "mojo_system_unittests": { |
| 428 "label": "//mojo/edk/system:mojo_system_unittests", | 428 "label": "//mojo/edk/system:mojo_system_unittests", |
| 429 "type": "console_test_launcher", | 429 "type": "console_test_launcher", |
| 430 }, | 430 }, |
| 431 "mus_clipboard_unittests": { | 431 "mus_clipboard_unittests": { |
| 432 "label": "//components/mus/clipboard:mus_clipboard_unittests", | 432 "label": "//components/mus/clipboard:mus_clipboard_unittests", |
| 433 "type": "windowed_test_launcher", | 433 "type": "windowed_test_launcher", |
| 434 }, | 434 }, |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 }, | 613 }, |
| 614 "wm_unittests": { | 614 "wm_unittests": { |
| 615 "label": "//ui/wm:wm_unittests", | 615 "label": "//ui/wm:wm_unittests", |
| 616 "type": "windowed_test_launcher", | 616 "type": "windowed_test_launcher", |
| 617 }, | 617 }, |
| 618 "wtf_unittests": { | 618 "wtf_unittests": { |
| 619 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 619 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 620 "type": "console_test_launcher", | 620 "type": "console_test_launcher", |
| 621 }, | 621 }, |
| 622 } | 622 } |
| OLD | NEW |