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
3 # found in the LICENSE file.
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.
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
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
11 # much always the same as the Ninja target name, since GYP target names are not
14 # The 'type' field is used to determine what the command line for the test
15 # needs to be; valid values are:
17 # "windowed_test_launcher"
18 # : the test is a gtest-based test that uses the 'brave-new-test-launcher'
19 # from //base/test:test_support and needs to run under Xvfb if run on
20 # an X11-based platform (use_x11=true).
21 # "console_test_launcher"
22 # : the test is a gtest-based test that uses the 'brave-new-test-launcher'
23 # from //base/test:test_support but does not need Xvfb.
25 # : the test is a standalone executable; it may take an optional list of
26 # command line arguments in the 'args' field, but otherwise needs no
27 # extra files or special handling.
29 # : (the default), which indicates that we don't know what the command line
30 # needs to be (this is a fatal error).
33 "accessibility_unittests": {
34 "label": "//ui/accessibility:accessibility_unittests",
39 "label": "//gpu:angle_unittests",
43 "app_list_unittests": {
44 "label": "//ui/app_list:app_list_unittests",
45 "type": "windowed_test_launcher",
47 "app_shell_unittests": {
48 "label": "//extensions/shell:app_shell_unittests",
49 "type": "windowed_test_launcher",
52 "label": "//ash:ash_unittests",
56 "label": "//ui/aura:aura_unittests",
57 "type": "windowed_test_launcher",
60 "label": "//base:base_unittests",
61 "type": "console_test_launcher",
63 "blink_heap_unittests": {
64 "label": "//third_party/WebKit/public:blink_heap_unittests",
67 "blink_platform_unittests": {
68 "label": "//third_party/WebKit/public:blink_platform_unittests",
72 "label": "//chrome/test:browser_tests",
75 "cacheinvalidation_unittests": {
76 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
79 "--test-launcher-bot-mode",
82 "cast_base_unittests": {
83 "label": "//cast:cast_base_unittests",
86 "cast_crash_unittests": {
87 "label": "//chromecast/crash:cast_crash_unittests",
90 "cast_shell_unittests": {
91 "label": "//chromecast/app:cast_shell_unittests",
95 "label": "//media/cast:cast_unittests",
96 "type": "windowed_test_launcher",
99 "label": "//cc:cc_unittests",
100 "type": "windowed_test_launcher",
102 "chrome_elf_unittests": {
103 "label": "//chrome_elf:chrome_elf_unittests",
106 "chromedriver_unittests": {
107 "label": "//chrome/test/chromedriver:chromedriver_unittests",
108 "type": "windowed_test_launcher",
110 "chromeos_unittests": {
111 "label": "//chromeos:chromeos_unittests",
114 "components_browsertests": {
115 "label": "//components:components_browsertests",
116 "type": "windowed_test_launcher",
118 "components_unittests": {
119 "label": "//components:components_unittests",
120 "type": "windowed_test_launcher",
122 "compositor_unittests": {
123 "label": "//ui/compositor:compositor_unittests",
124 "type": "windowed_test_launcher",
126 "content_browsertests": {
127 "label": "//content/test:content_browsertests",
128 "type": "windowed_test_launcher",
130 "content_unittests": {
131 "label": "//content/test:content_unittests",
132 "type": "windowed_test_launcher",
134 "courgette_unittests": {
135 "label": "//courgette:courgette_unittests",
138 "crypto_unittests": {
139 "label": "//crypto:crypto_unittests",
140 "type": "console_test_launcher",
143 "label": "//dbus:dbus_unittests",
146 "device_unittests": {
147 "label": "//device:device_unittests",
148 "type": "console_test_launcher",
150 "display_unittests": {
151 "label": "//ui/display:display_unittests",
152 "type": "console_test_launcher",
154 "events_unittests": {
155 "label": "//ui/events:events_unittests",
156 "type": "windowed_test_launcher",
158 "extensions_browsertests": {
159 "label": "//extensions:extensions_browsertests",
160 "type": "windowed_test_launcher",
162 "extensions_unittests": {
163 "label": "//extensions:extensions_unittests",
164 "type": "windowed_test_launcher",
167 "label": "//google_apis/gcm:gcm_unit_tests",
168 "type": "console_test_launcher",
171 "label": "//ui/gfx:gfx_unittests",
176 "label": "//ui/gl:gl_unittests",
181 "label": "//tools/gn:gn_unittests",
185 "google_apis_unittests": {
186 "label": "//google_apis:google_apis_unittests",
190 "label": "//gpu:gpu_unittests",
191 "type": "windowed_test_launcher",
193 "html_viewer_unittests": {
194 "label": "//components/html_viewer:html_viewer_unittests",
197 "installer_util_unittests": {
198 "label": "//chrome/installer/util:installer_util_unittests",
201 "interactive_ui_tests": {
202 "label": "//chrome/test:interactive_ui_tests",
203 "type": "windowed_test_launcher",
205 "ipc_mojo_unittests": {
206 "label": "//ipc/mojo:ipc_mojo_unittests",
210 "label": "//ipc:ipc_tests",
211 "type": "console_test_launcher",
213 "jingle_unittests": {
214 "label": "//jingle:jingle_unittests",
215 "type": "console_test_launcher",
217 "keyboard_unittests": {
218 "label": "//ui/keyboard:keyboard_unittests",
222 "label": "//media:media_unittests",
223 "type": "windowed_test_launcher",
226 "label": "//media:midi_unittests",
229 "mojo_common_unittests": {
230 "label": "//mojo/common:mojo_common_unittests",
231 "type": "console_test_launcher",
233 "mojo_public_application_unittests": {
234 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unittests",
237 "mojo_public_bindings_unittests": {
238 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
239 "type": "console_test_launcher",
241 "mojo_public_environment_unittests": {
242 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
243 "type": "console_test_launcher",
245 "mojo_public_system_unittests": {
246 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
249 "mojo_public_utility_unittests": {
250 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
253 "mojo_runner_unittests": {
254 "label": "//mojo/runner:mojo_runner_unittests",
257 "mojo_shell_unittests": {
258 "label": "//mojo/shell:mojo_shell_unittests",
261 "mojo_surfaces_lib_unittests": {
262 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
265 "mojo_system_unittests": {
266 "label": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
269 "mojo_view_manager_lib_unittests": {
270 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
273 "message_center_unittests": {
274 "label": "//ui/message_center:message_center_unittests",
277 "nacl_loader_unittests": {
278 "label": "//components/nacl:nacl_loader_unittests",
283 "label": "//net:net_unittests",
284 "type": "console_test_launcher",
287 "label": "//ui/ozone:ozone_unittests",
291 "label": "//ppapi:ppapi_unittests",
294 "printing_unittests": {
295 "label": "//printing:printing_unittests",
296 "type": "console_test_launcher",
298 "remoting_unittests": {
299 "label": "//remoting:remoting_unittests",
300 "type": "console_test_launcher",
302 "resource_provider_unittests": {
303 "label": "//components/resource_provider:resource_provider_unittests",
306 "sandbox_linux_unittests": {
307 "label": "//sandbox/linux:sandbox_linux_unittests",
311 "sandbox_mac_unittests": {
312 "label": "//sandbox/mac:sandbox_mac_unittests",
315 "sbox_integration_tests": {
316 "label": "//sandbox/win:sbox_integration_tests",
320 "label": "//sandbox/win:sbox_unittests",
323 "sbox_validation_tests": {
324 "label": "//sandbox/win:sbox_validation_tests",
328 "label": "//chrome/installer/setup:setup_unittests",
332 "label": "//skia:skia_unittests",
333 "type": "console_test_launcher",
336 "label": "//sql:sql_unittests",
337 "type": "console_test_launcher",
339 "sync_integration_tests": {
340 "label": "//chrome/test:sync_integration_tests",
341 "type": "windowed_test_launcher",
344 "label": "//sync:sync_unit_tests",
345 "type": "console_test_launcher",
347 "ui_base_unittests": {
348 "label": "//ui/base:ui_base_unittests",
349 "type": "windowed_test_launcher",
351 "ui_chromeos_unittests": {
352 "label": "//ui/chromeos:ui_chromeos_unittests",
355 "ui_touch_selection_unittests": {
356 "label": "//ui/touch_selection:ui_touch_selection_unittests",
357 "type": "windowed_test_launcher",
360 "label": "//chrome/test:unit_tests",
361 "type": "windowed_test_launcher",
364 "label": "//url:url_unittests",
365 "type": "console_test_launcher",
367 "view_manager_unittests": {
368 "label": "//components/view_manager:view_manager_unittests",
372 "label": "//ui/views:views_unittests",
375 "webkit_unit_tests": {
376 "label": "//third_party/WebKit/public:webkit_unit_tests",
380 "label": "//ui/wm:wm_unittests",
381 "type": "windowed_test_launcher",
384 "label": "//third_party/WebKit/public:wtf_unittests",