| 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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 }, | 430 }, |
| 431 "mojo_shell_unittests": { | 431 "mojo_shell_unittests": { |
| 432 "label": "//services/shell/tests:mojo_shell_unittests", | 432 "label": "//services/shell/tests:mojo_shell_unittests", |
| 433 "type": "console_test_launcher", | 433 "type": "console_test_launcher", |
| 434 }, | 434 }, |
| 435 "mojo_system_unittests": { | 435 "mojo_system_unittests": { |
| 436 "label": "//mojo/edk/system:mojo_system_unittests", | 436 "label": "//mojo/edk/system:mojo_system_unittests", |
| 437 "type": "console_test_launcher", | 437 "type": "console_test_launcher", |
| 438 }, | 438 }, |
| 439 "mus_clipboard_unittests": { | 439 "mus_clipboard_unittests": { |
| 440 "label": "//components/mus/clipboard:mus_clipboard_unittests", | 440 "label": "//services/ui/clipboard:mus_clipboard_unittests", |
| 441 "type": "windowed_test_launcher", | 441 "type": "windowed_test_launcher", |
| 442 }, | 442 }, |
| 443 "mus_public_unittests": { | 443 "mus_public_unittests": { |
| 444 "label": "//components/mus/public/cpp/tests:mus_public_unittests", | 444 "label": "//services/ui/public/cpp/tests:mus_public_unittests", |
| 445 "type": "windowed_test_launcher", | 445 "type": "windowed_test_launcher", |
| 446 }, | 446 }, |
| 447 "message_center_unittests": { | 447 "message_center_unittests": { |
| 448 "label": "//ui/message_center:message_center_unittests", | 448 "label": "//ui/message_center:message_center_unittests", |
| 449 "type": "windowed_test_launcher", | 449 "type": "windowed_test_launcher", |
| 450 }, | 450 }, |
| 451 "mash_unittests": { | 451 "mash_unittests": { |
| 452 "label": "//mash:mash_unittests", | 452 "label": "//mash:mash_unittests", |
| 453 "type": "windowed_test_launcher", | 453 "type": "windowed_test_launcher", |
| 454 }, | 454 }, |
| 455 "mus_gpu_unittests": { | 455 "mus_gpu_unittests": { |
| 456 "label": "//components/mus/gpu:mus_gpu_unittests", | 456 "label": "//services/ui/gpu:mus_gpu_unittests", |
| 457 "type": "console_test_launcher", | 457 "type": "console_test_launcher", |
| 458 }, | 458 }, |
| 459 "mus_ws_unittests": { | 459 "mus_ws_unittests": { |
| 460 "label": "//components/mus/ws:mus_ws_unittests", | 460 "label": "//services/ui/ws:mus_ws_unittests", |
| 461 "type": "windowed_test_launcher", | 461 "type": "windowed_test_launcher", |
| 462 }, | 462 }, |
| 463 "nacl_loader_unittests": { | 463 "nacl_loader_unittests": { |
| 464 "label": "//components/nacl/loader:nacl_loader_unittests", | 464 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 465 "type": "raw", | 465 "type": "raw", |
| 466 "args": [], | 466 "args": [], |
| 467 }, | 467 }, |
| 468 "navigation_unittests": { | 468 "navigation_unittests": { |
| 469 "label": "//services/navigation:navigation_unittests", | 469 "label": "//services/navigation:navigation_unittests", |
| 470 "type": "windowed_test_launcher", | 470 "type": "windowed_test_launcher", |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 628 }, | 628 }, |
| 629 "wm_unittests": { | 629 "wm_unittests": { |
| 630 "label": "//ui/wm:wm_unittests", | 630 "label": "//ui/wm:wm_unittests", |
| 631 "type": "windowed_test_launcher", | 631 "type": "windowed_test_launcher", |
| 632 }, | 632 }, |
| 633 "wtf_unittests": { | 633 "wtf_unittests": { |
| 634 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 634 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 635 "type": "console_test_launcher", | 635 "type": "console_test_launcher", |
| 636 }, | 636 }, |
| 637 } | 637 } |
| OLD | NEW |