| 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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 423 "mojo_view_manager_lib_unittests": { | 423 "mojo_view_manager_lib_unittests": { |
| 424 "label": "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests"
, | 424 "label": "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests"
, |
| 425 "type": "windowed_test_launcher", | 425 "type": "windowed_test_launcher", |
| 426 }, | 426 }, |
| 427 "message_center_unittests": { | 427 "message_center_unittests": { |
| 428 "label": "//ui/message_center:message_center_unittests", | 428 "label": "//ui/message_center:message_center_unittests", |
| 429 "type": "console_test_launcher", | 429 "type": "console_test_launcher", |
| 430 }, | 430 }, |
| 431 "mash_unittests": { | 431 "mash_unittests": { |
| 432 "label": "//mash:mash_unittests", | 432 "label": "//mash:mash_unittests", |
| 433 "type": "unknown", | 433 "type": "windowed_test_launcher", |
| 434 }, | 434 }, |
| 435 "mus_gpu_unittests": { | 435 "mus_gpu_unittests": { |
| 436 "label": "//components/mus/gpu:mus_gpu_unittests", | 436 "label": "//components/mus/gpu:mus_gpu_unittests", |
| 437 "type": "console_test_launcher", | 437 "type": "console_test_launcher", |
| 438 }, | 438 }, |
| 439 "mus_ws_unittests": { | 439 "mus_ws_unittests": { |
| 440 "label": "//components/mus/ws:mus_ws_unittests", | 440 "label": "//components/mus/ws:mus_ws_unittests", |
| 441 "type": "windowed_test_launcher", | 441 "type": "windowed_test_launcher", |
| 442 }, | 442 }, |
| 443 "nacl_loader_unittests": { | 443 "nacl_loader_unittests": { |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 }, | 597 }, |
| 598 "wm_unittests": { | 598 "wm_unittests": { |
| 599 "label": "//ui/wm:wm_unittests", | 599 "label": "//ui/wm:wm_unittests", |
| 600 "type": "windowed_test_launcher", | 600 "type": "windowed_test_launcher", |
| 601 }, | 601 }, |
| 602 "wtf_unittests": { | 602 "wtf_unittests": { |
| 603 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 603 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 604 "type": "console_test_launcher", | 604 "type": "console_test_launcher", |
| 605 }, | 605 }, |
| 606 } | 606 } |
| OLD | NEW |