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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
905 "type": "windowed_test_launcher", | 905 "type": "windowed_test_launcher", |
906 }, | 906 }, |
907 "views_unittests": { | 907 "views_unittests": { |
908 "label": "//ui/views:views_unittests", | 908 "label": "//ui/views:views_unittests", |
909 "type": "windowed_test_launcher", | 909 "type": "windowed_test_launcher", |
910 }, | 910 }, |
911 "voice_engine_unittests": { | 911 "voice_engine_unittests": { |
912 "label": "//webrtc/voice_engine:voice_engine_unittests", | 912 "label": "//webrtc/voice_engine:voice_engine_unittests", |
913 "type": "console_test_launcher", | 913 "type": "console_test_launcher", |
914 }, | 914 }, |
| 915 "vr_shell_unittests": { |
| 916 "label": "//chrome/browser/android/vr_shell:vr_shell_unittests", |
| 917 "type": "console_test_launcher", |
| 918 }, |
915 "webapk_client_junit_tests": { | 919 "webapk_client_junit_tests": { |
916 "label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests", | 920 "label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests", |
917 "type": "junit_test", | 921 "type": "junit_test", |
918 }, | 922 }, |
919 "webapk_shell_apk_junit_tests": { | 923 "webapk_shell_apk_junit_tests": { |
920 "label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests", | 924 "label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests", |
921 "type": "junit_test", | 925 "type": "junit_test", |
922 }, | 926 }, |
923 "webkit_unit_tests": { | 927 "webkit_unit_tests": { |
924 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", | 928 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
925 "type": "console_test_launcher", | 929 "type": "console_test_launcher", |
926 }, | 930 }, |
927 "wm_unittests": { | 931 "wm_unittests": { |
928 "label": "//ui/wm:wm_unittests", | 932 "label": "//ui/wm:wm_unittests", |
929 "type": "windowed_test_launcher", | 933 "type": "windowed_test_launcher", |
930 }, | 934 }, |
931 "wtf_unittests": { | 935 "wtf_unittests": { |
932 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 936 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
933 "type": "console_test_launcher", | 937 "type": "console_test_launcher", |
934 }, | 938 }, |
935 "xmllite_xmpp_unittests": { | 939 "xmllite_xmpp_unittests": { |
936 "label": "//webrtc:xmllite_xmpp_unittests", | 940 "label": "//webrtc:xmllite_xmpp_unittests", |
937 "type": "console_test_launcher", | 941 "type": "console_test_launcher", |
938 } | 942 } |
939 } | 943 } |
OLD | NEW |