| 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 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 902 }, | 902 }, |
| 903 "voice_engine_unittests": { | 903 "voice_engine_unittests": { |
| 904 "label": "//webrtc/voice_engine:voice_engine_unittests", | 904 "label": "//webrtc/voice_engine:voice_engine_unittests", |
| 905 "type": "console_test_launcher", | 905 "type": "console_test_launcher", |
| 906 }, | 906 }, |
| 907 "webapk_client_junit_tests": { | 907 "webapk_client_junit_tests": { |
| 908 "label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests", | 908 "label": "//chrome/android/webapk/libs/client:webapk_client_junit_tests", |
| 909 "type": "junit_test", | 909 "type": "junit_test", |
| 910 }, | 910 }, |
| 911 "webapk_shell_apk_junit_tests": { | 911 "webapk_shell_apk_junit_tests": { |
| 912 "label": "///chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests", | 912 "label": "//chrome/android/webapk/shell_apk:webapk_shell_apk_junit_tests", |
| 913 "type": "junit_test", | 913 "type": "junit_test", |
| 914 }, | 914 }, |
| 915 "webkit_unit_tests": { | 915 "webkit_unit_tests": { |
| 916 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", | 916 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 917 "type": "console_test_launcher", | 917 "type": "console_test_launcher", |
| 918 }, | 918 }, |
| 919 "wm_unittests": { | 919 "wm_unittests": { |
| 920 "label": "//ui/wm:wm_unittests", | 920 "label": "//ui/wm:wm_unittests", |
| 921 "type": "windowed_test_launcher", | 921 "type": "windowed_test_launcher", |
| 922 }, | 922 }, |
| 923 "wtf_unittests": { | 923 "wtf_unittests": { |
| 924 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 924 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 925 "type": "console_test_launcher", | 925 "type": "console_test_launcher", |
| 926 }, | 926 }, |
| 927 "xmllite_xmpp_unittests": { | 927 "xmllite_xmpp_unittests": { |
| 928 "label": "//webrtc:xmllite_xmpp_unittests", | 928 "label": "//webrtc:xmllite_xmpp_unittests", |
| 929 "type": "console_test_launcher", | 929 "type": "console_test_launcher", |
| 930 } | 930 } |
| 931 } | 931 } |
| OLD | NEW |