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",
158 "extensions_browsertests": {
159 "label": "//extensions:extensions_browsertests",
162 "extensions_unittests": {
163 "label": "//extensions:extensions_unittests",
167 "label": "//google_apis/gcm:gcm_unit_tests",
171 "label": "//ui/gfx:gfx_unittests",
175 "label": "//ui/gl:gl_unittests",
180 "label": "//tools/gn:gn_unittests",
184 "google_apis_unittests": {
185 "label": "//google_apis:google_apis_unittests",
189 "label": "//gpu:gpu_unittests",
192 "html_viewer_unittests": {
193 "label": "//components/html_viewer:html_viewer_unittests",
196 "installer_util_unittests": {
197 "label": "//chrome/installer/util:installer_util_unittests",
200 "interactive_ui_tests": {
201 "label": "//chrome/test:interactive_ui_tests",
204 "ipc_mojo_unittests": {
205 "label": "//ipc/mojo:ipc_mojo_unittests",
209 "label": "//ipc:ipc_tests",
210 "type": "console_test_launcher",
212 "jingle_unittests": {
213 "label": "//jingle:jingle_unittests",
216 "keyboard_unittests": {
217 "label": "//ui/keyboard:keyboard_unittests",
221 "label": "//media:media_unittests",
225 "label": "//media:midi_unittests",
228 "mojo_common_unittests": {
229 "label": "//mojo/common:mojo_common_unittests",
232 "mojo_public_application_unittests": {
233 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unittests",
236 "mojo_public_bindings_unittests": {
237 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
240 "mojo_public_environment_unittests": {
241 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
244 "mojo_public_system_unittests": {
245 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
248 "mojo_public_utility_unittests": {
249 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
252 "mojo_runner_unittests": {
253 "label": "//mojo/runner:mojo_runner_unittests",
256 "mojo_shell_unittests": {
257 "label": "//mojo/shell:mojo_shell_unittests",
260 "mojo_surfaces_lib_unittests": {
261 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
264 "mojo_system_unittests": {
265 "label": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
268 "mojo_view_manager_lib_unittests": {
269 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
272 "message_center_unittests": {
273 "label": "//ui/message_center:message_center_unittests",
276 "nacl_loader_unittests": {
277 "label": "//components/nacl:nacl_loader_unittests",
281 "label": "//net:net_unittests",
285 "label": "//ui/ozone:ozone_unittests",
289 "label": "//ppapi:ppapi_unittests",
292 "printing_unittests": {
293 "label": "//printing:printing_unittests",
296 "remoting_unittests": {
297 "label": "//remoting:remoting_unittests",
300 "resource_provider_unittests": {
301 "label": "//components/resource_provider:resource_provider_unittests",
304 "sandbox_linux_unittests": {
305 "label": "//sandbox/linux:sandbox_linux_unittests",
309 "sandbox_mac_unittests": {
310 "label": "//sandbox/mac:sandbox_mac_unittests",
313 "sbox_integration_tests": {
314 "label": "//sandbox/win:sbox_integration_tests",
318 "label": "//sandbox/win:sbox_unittests",
321 "sbox_validation_tests": {
322 "label": "//sandbox/win:sbox_validation_tests",
326 "label": "//chrome/installer/setup:setup_unittests",
330 "label": "//skia:skia_unittests",
331 "type": "console_test_launcher",
334 "label": "//sql:sql_unittests",
335 "type": "console_test_launcher",
337 "sync_integration_tests": {
338 "label": "//sync:sync_integration_tests",
342 "label": "//sync:sync_unit_tests",
345 "ui_base_unittests": {
346 "label": "//ui/base:ui_base_unittests",
347 "type": "windowed_test_launcher",
349 "ui_chromeos_unittests": {
350 "label": "//ui/chromeos:ui_chromeos_unittests",
353 "ui_touch_selection_unittests": {
354 "label": "//ui/touch_selection:ui_touch_selection_unittests",
355 "type": "windowed_test_launcher",
358 "label": "//chrome/test:unit_tests",
362 "label": "//url:url_unittests",
363 "type": "console_test_launcher",
365 "view_manager_unittests": {
366 "label": "//components/view_manager:view_manager_unittests",
370 "label": "//ui/views:views_unittests",
373 "webkit_unit_tests": {
374 "label": "//third_party/WebKit/public:webkit_unit_tests",
378 "label": "//ui/wm:wm_unittests",
379 "type": "windowed_test_launcher",
382 "label": "//third_party/WebKit/public:wtf_unittests",