| 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 "type": "console_test_launcher", | 564 "type": "console_test_launcher", |
| 565 }, | 565 }, |
| 566 "mash:all" : { | 566 "mash:all" : { |
| 567 "label": "//mash:all", | 567 "label": "//mash:all", |
| 568 "type": "additional_compile_target", | 568 "type": "additional_compile_target", |
| 569 }, | 569 }, |
| 570 "media_unittests": { | 570 "media_unittests": { |
| 571 "label": "//media:media_unittests", | 571 "label": "//media:media_unittests", |
| 572 "type": "windowed_test_launcher", | 572 "type": "windowed_test_launcher", |
| 573 }, | 573 }, |
| 574 "media_mojo_shell_unittests": { | 574 "media_service_unittests": { |
| 575 "label": "//media/mojo/services:media_mojo_shell_unittests", | 575 "label": "//media/mojo/services:media_service_unittests", |
| 576 "type": "console_test_launcher", | 576 "type": "console_test_launcher", |
| 577 }, | 577 }, |
| 578 "media_blink_unittests": { | 578 "media_blink_unittests": { |
| 579 "label": "//media/blink:media_blink_unittests", | 579 "label": "//media/blink:media_blink_unittests", |
| 580 "type": "windowed_test_launcher", | 580 "type": "windowed_test_launcher", |
| 581 }, | 581 }, |
| 582 "media_router_tests": { | 582 "media_router_tests": { |
| 583 "label": "//chrome/test/media_router:media_router_tests", | 583 "label": "//chrome/test/media_router:media_router_tests", |
| 584 "type": "script", | 584 "type": "script", |
| 585 "script": "//chrome/test/media_router/internal/media_router_tests.py", | 585 "script": "//chrome/test/media_router/internal/media_router_tests.py", |
| (...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 973 }, | 973 }, |
| 974 "wm_unittests": { | 974 "wm_unittests": { |
| 975 "label": "//ui/wm:wm_unittests", | 975 "label": "//ui/wm:wm_unittests", |
| 976 "type": "windowed_test_launcher", | 976 "type": "windowed_test_launcher", |
| 977 }, | 977 }, |
| 978 "wtf_unittests": { | 978 "wtf_unittests": { |
| 979 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 979 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 980 "type": "console_test_launcher", | 980 "type": "console_test_launcher", |
| 981 }, | 981 }, |
| 982 } | 982 } |
| OLD | NEW |