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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 # The optional "script" field is used when "type" == "script", and | 59 # The optional "script" field is used when "type" == "script", and |
60 # specifies the GN path to the corresponding python file, e.g. | 60 # specifies the GN path to the corresponding python file, e.g. |
61 # "//testing/scripts/foo.py". | 61 # "//testing/scripts/foo.py". |
62 | 62 |
63 { | 63 { |
64 "accessibility_unittests": { | 64 "accessibility_unittests": { |
65 "label": "//ui/accessibility:accessibility_unittests", | 65 "label": "//ui/accessibility:accessibility_unittests", |
66 "type": "raw", | 66 "type": "raw", |
67 "args": [], | 67 "args": [], |
68 }, | 68 }, |
69 "android_webview_test_apk": { | |
70 "label": "//android_webview/test:android_webview_test_apk", | |
71 "type": "console_test_launcher", | |
72 }, | |
73 "android_webview_unittests": { | 69 "android_webview_unittests": { |
74 "label": "//android_webview/test:android_webview_unittests", | 70 "label": "//android_webview/test:android_webview_unittests", |
75 "type": "console_test_launcher", | 71 "type": "console_test_launcher", |
76 }, | 72 }, |
77 "angle_deqp_egl_tests": { | 73 "angle_deqp_egl_tests": { |
78 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", | 74 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", |
79 "type": "raw", | 75 "type": "raw", |
80 "args": [], | 76 "args": [], |
81 }, | 77 }, |
82 "angle_deqp_gles2_tests": { | 78 "angle_deqp_gles2_tests": { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "type": "windowed_test_launcher", | 121 "type": "windowed_test_launcher", |
126 }, | 122 }, |
127 "base_unittests": { | 123 "base_unittests": { |
128 "label": "//base:base_unittests", | 124 "label": "//base:base_unittests", |
129 "type": "console_test_launcher", | 125 "type": "console_test_launcher", |
130 }, | 126 }, |
131 "battor_agent_unittests": { | 127 "battor_agent_unittests": { |
132 "label": "//tools/battor_agent:battor_agent_unittests", | 128 "label": "//tools/battor_agent:battor_agent_unittests", |
133 "type": "console_test_launcher", | 129 "type": "console_test_launcher", |
134 }, | 130 }, |
135 "blimp_test_apk": { | |
136 "label": "//blimp/client:blimp_test_apk", | |
137 "type": "console_test_launcher", | |
138 }, | |
139 "blimp_unittests": { | 131 "blimp_unittests": { |
140 "label": "//blimp:blimp_unittests", | 132 "label": "//blimp:blimp_unittests", |
141 "type": "console_test_launcher", | 133 "type": "console_test_launcher", |
142 }, | 134 }, |
143 "blink_heap_unittests": { | 135 "blink_heap_unittests": { |
144 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests", | 136 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests", |
145 "type": "console_test_launcher", | 137 "type": "console_test_launcher", |
146 }, | 138 }, |
147 "blink_platform_unittests": { | 139 "blink_platform_unittests": { |
148 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", | 140 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "type": "windowed_test_launcher", | 176 "type": "windowed_test_launcher", |
185 }, | 177 }, |
186 "chrome_app_unittests": { | 178 "chrome_app_unittests": { |
187 "label": "//chrome/test:chrome_app_unittests", | 179 "label": "//chrome/test:chrome_app_unittests", |
188 "type": "console_test_launcher", | 180 "type": "console_test_launcher", |
189 }, | 181 }, |
190 "chrome_elf_unittests": { | 182 "chrome_elf_unittests": { |
191 "label": "//chrome_elf:chrome_elf_unittests", | 183 "label": "//chrome_elf:chrome_elf_unittests", |
192 "type": "raw", | 184 "type": "raw", |
193 }, | 185 }, |
194 "chrome_public_test_apk": { | |
195 "label": "//chrome/android:chrome_public_test_apk", | |
196 "type": "console_test_launcher", | |
197 }, | |
198 "chrome_sync_shell_test_apk": { | |
199 "label": "//chrome/android:chrome_sync_shell_test_apk", | |
200 "type": "console_test_launcher", | |
201 }, | |
202 "chromedriver_unittests": { | 186 "chromedriver_unittests": { |
203 "label": "//chrome/test/chromedriver:chromedriver_unittests", | 187 "label": "//chrome/test/chromedriver:chromedriver_unittests", |
204 "type": "windowed_test_launcher", | 188 "type": "windowed_test_launcher", |
205 }, | 189 }, |
206 "chromeos_unittests": { | 190 "chromeos_unittests": { |
207 "label": "//chromeos:chromeos_unittests", | 191 "label": "//chromeos:chromeos_unittests", |
208 "type": "console_test_launcher", | 192 "type": "console_test_launcher", |
209 }, | 193 }, |
210 "components_browsertests": { | 194 "components_browsertests": { |
211 "label": "//components:components_browsertests", | 195 "label": "//components:components_browsertests", |
(...skipping 16 matching lines...) Expand all Loading... |
228 "type": "raw", | 212 "type": "raw", |
229 "args": [], | 213 "args": [], |
230 }, | 214 }, |
231 "content_site_isolation_browsertests": { | 215 "content_site_isolation_browsertests": { |
232 "label": "//content/test:content_site_isolation_browsertests", | 216 "label": "//content/test:content_site_isolation_browsertests", |
233 "label_type": "group", | 217 "label_type": "group", |
234 "type": "windowed_test_launcher", | 218 "type": "windowed_test_launcher", |
235 "executable": "content_browsertests", | 219 "executable": "content_browsertests", |
236 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu
ildbot/filters/site-per-process.content_browsertests.filter"], | 220 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu
ildbot/filters/site-per-process.content_browsertests.filter"], |
237 }, | 221 }, |
238 "content_shell_test_apk": { | |
239 "label": "//content/shell/android:content_shell_test_apk", | |
240 "type": "console_test_launcher", | |
241 }, | |
242 "content_unittests": { | 222 "content_unittests": { |
243 "label": "//content/test:content_unittests", | 223 "label": "//content/test:content_unittests", |
244 "type": "windowed_test_launcher", | 224 "type": "windowed_test_launcher", |
245 }, | 225 }, |
246 "courgette_unittests": { | 226 "courgette_unittests": { |
247 "label": "//courgette:courgette_unittests", | 227 "label": "//courgette:courgette_unittests", |
248 "type": "console_test_launcher", | 228 "type": "console_test_launcher", |
249 }, | 229 }, |
250 "crypto_unittests": { | 230 "crypto_unittests": { |
251 "label": "//crypto:crypto_unittests", | 231 "label": "//crypto:crypto_unittests", |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
590 }, | 570 }, |
591 "wm_unittests": { | 571 "wm_unittests": { |
592 "label": "//ui/wm:wm_unittests", | 572 "label": "//ui/wm:wm_unittests", |
593 "type": "windowed_test_launcher", | 573 "type": "windowed_test_launcher", |
594 }, | 574 }, |
595 "wtf_unittests": { | 575 "wtf_unittests": { |
596 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 576 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
597 "type": "console_test_launcher", | 577 "type": "console_test_launcher", |
598 }, | 578 }, |
599 } | 579 } |
OLD | NEW |