| 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 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 }, | 697 }, |
| 698 "unit_tests": { | 698 "unit_tests": { |
| 699 "label": "//chrome/test:unit_tests", | 699 "label": "//chrome/test:unit_tests", |
| 700 "type": "windowed_test_launcher", | 700 "type": "windowed_test_launcher", |
| 701 }, | 701 }, |
| 702 "url_unittests": { | 702 "url_unittests": { |
| 703 "label": "//url:url_unittests", | 703 "label": "//url:url_unittests", |
| 704 "type": "console_test_launcher", | 704 "type": "console_test_launcher", |
| 705 }, | 705 }, |
| 706 "video_engine_tests": { | 706 "video_engine_tests": { |
| 707 "label": "//webrtc:viceo_engine_tests", | 707 "label": "//webrtc:video_engine_tests", |
| 708 "type": "console_test_launcher", | 708 "type": "console_test_launcher", |
| 709 }, | 709 }, |
| 710 "views_mus_interactive_ui_tests": { | 710 "views_mus_interactive_ui_tests": { |
| 711 "label": "//ui/views/mus:views_mus_interactive_ui_tests", | 711 "label": "//ui/views/mus:views_mus_interactive_ui_tests", |
| 712 "type": "windowed_test_launcher", | 712 "type": "windowed_test_launcher", |
| 713 }, | 713 }, |
| 714 "views_mus_unittests": { | 714 "views_mus_unittests": { |
| 715 "label": "//ui/views/mus:views_mus_unittests", | 715 "label": "//ui/views/mus:views_mus_unittests", |
| 716 "type": "windowed_test_launcher", | 716 "type": "windowed_test_launcher", |
| 717 }, | 717 }, |
| (...skipping 15 matching lines...) Expand all Loading... |
| 733 }, | 733 }, |
| 734 "wtf_unittests": { | 734 "wtf_unittests": { |
| 735 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 735 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 736 "type": "console_test_launcher", | 736 "type": "console_test_launcher", |
| 737 }, | 737 }, |
| 738 "xmllite_xmpp_unittests": { | 738 "xmllite_xmpp_unittests": { |
| 739 "label": "//webrtc:xmllite_xmpp_unittests", | 739 "label": "//webrtc:xmllite_xmpp_unittests", |
| 740 "type": "console_test_launcher", | 740 "type": "console_test_launcher", |
| 741 } | 741 } |
| 742 } | 742 } |
| OLD | NEW |