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