| 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 "type": "windowed_test_launcher", | 551 "type": "windowed_test_launcher", |
| 552 }, | 552 }, |
| 553 "media_mojo_shell_unittests": { | 553 "media_mojo_shell_unittests": { |
| 554 "label": "//media/mojo/services:media_mojo_shell_unittests", | 554 "label": "//media/mojo/services:media_mojo_shell_unittests", |
| 555 "type": "console_test_launcher", | 555 "type": "console_test_launcher", |
| 556 }, | 556 }, |
| 557 "media_blink_unittests": { | 557 "media_blink_unittests": { |
| 558 "label": "//media/blink:media_blink_unittests", | 558 "label": "//media/blink:media_blink_unittests", |
| 559 "type": "windowed_test_launcher", | 559 "type": "windowed_test_launcher", |
| 560 }, | 560 }, |
| 561 "media_router_tests": { |
| 562 "label": "//chrome/test/media_router:media_router_tests", |
| 563 "type": "script", |
| 564 "script": "//chrome/test/media_router/internal/media_router_tests.py", |
| 565 "args": [ |
| 566 "--extension", |
| 567 "mr_extension/", |
| 568 "--test_binary", |
| 569 "./browser_tests", |
| 570 ], |
| 571 }, |
| 561 "midi_unittests": { | 572 "midi_unittests": { |
| 562 "label": "//media/midi:midi_unittests", | 573 "label": "//media/midi:midi_unittests", |
| 563 "type": "windowed_test_launcher", | 574 "type": "windowed_test_launcher", |
| 564 }, | 575 }, |
| 565 "mini_installer": { | 576 "mini_installer": { |
| 566 "label": "//chrome/installer/mini_installer:mini_installer", | 577 "label": "//chrome/installer/mini_installer:mini_installer", |
| 567 "type": "additional_compile_target", | 578 "type": "additional_compile_target", |
| 568 }, | 579 }, |
| 569 "mojo_common_unittests": { | 580 "mojo_common_unittests": { |
| 570 "label": "//mojo/common:mojo_common_unittests", | 581 "label": "//mojo/common:mojo_common_unittests", |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 }, | 952 }, |
| 942 "wm_unittests": { | 953 "wm_unittests": { |
| 943 "label": "//ui/wm:wm_unittests", | 954 "label": "//ui/wm:wm_unittests", |
| 944 "type": "windowed_test_launcher", | 955 "type": "windowed_test_launcher", |
| 945 }, | 956 }, |
| 946 "wtf_unittests": { | 957 "wtf_unittests": { |
| 947 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 958 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 948 "type": "console_test_launcher", | 959 "type": "console_test_launcher", |
| 949 }, | 960 }, |
| 950 } | 961 } |
| OLD | NEW |