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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 }, | 267 }, |
268 "midi_unittests": { | 268 "midi_unittests": { |
269 "label": "//media/midi:midi_unittests", | 269 "label": "//media/midi:midi_unittests", |
270 "type": "windowed_test_launcher", | 270 "type": "windowed_test_launcher", |
271 }, | 271 }, |
272 "mojo_common_unittests": { | 272 "mojo_common_unittests": { |
273 "label": "//mojo/common:mojo_common_unittests", | 273 "label": "//mojo/common:mojo_common_unittests", |
274 "type": "console_test_launcher", | 274 "type": "console_test_launcher", |
275 }, | 275 }, |
276 "mojo_public_application_unittests": { | 276 "mojo_public_application_unittests": { |
277 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unitt
ests", | 277 "label": "//mojo/application/public/cpp/tests:mojo_public_application_unitte
sts", |
278 "type": "unknown", | 278 "type": "unknown", |
279 }, | 279 }, |
280 "mojo_public_bindings_unittests": { | 280 "mojo_public_bindings_unittests": { |
281 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittest
s", | 281 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
282 "type": "console_test_launcher", | 282 "type": "console_test_launcher", |
283 }, | 283 }, |
284 "mojo_public_environment_unittests": { | 284 "mojo_public_environment_unittests": { |
285 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unitt
ests", | 285 "label": "//mojo/edk/test:mojo_public_environment_unittests", |
286 "type": "console_test_launcher", | 286 "type": "console_test_launcher", |
287 }, | 287 }, |
288 "mojo_public_system_unittests": { | 288 "mojo_public_system_unittests": { |
289 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests"
, | 289 "label": "//mojo/edk/test:mojo_public_system_unittests", |
290 "type": "console_test_launcher", | 290 "type": "console_test_launcher", |
291 }, | 291 }, |
292 "mojo_public_utility_unittests": { | 292 "mojo_public_utility_unittests": { |
293 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests
", | 293 "label": "//mojo/edk/test:mojo_public_utility_unittests", |
294 "type": "console_test_launcher", | 294 "type": "console_test_launcher", |
295 }, | 295 }, |
296 "mojo_runner_host_unittests": { | 296 "mojo_runner_host_unittests": { |
297 "label": "//mojo/runner/host:unittests", | 297 "label": "//mojo/runner/host:unittests", |
298 "type": "unknown", | 298 "type": "unknown", |
299 }, | 299 }, |
300 "mojo_shell_unittests": { | 300 "mojo_shell_unittests": { |
301 "label": "//mojo/shell:mojo_shell_unittests", | 301 "label": "//mojo/shell:mojo_shell_unittests", |
302 "type": "unknown", | 302 "type": "unknown", |
303 }, | 303 }, |
304 "mojo_surfaces_lib_unittests": { | 304 "mojo_surfaces_lib_unittests": { |
305 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 305 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
306 "type": "unknown", | 306 "type": "unknown", |
307 }, | 307 }, |
308 "mojo_system_unittests": { | 308 "mojo_system_unittests": { |
309 "label": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", | 309 "label": "//mojo/edk/system:mojo_system_unittests", |
310 "type": "unknown", | 310 "type": "unknown", |
311 }, | 311 }, |
312 "mojo_view_manager_lib_unittests": { | 312 "mojo_view_manager_lib_unittests": { |
313 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 313 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", |
314 "type": "unknown", | 314 "type": "unknown", |
315 }, | 315 }, |
316 "message_center_unittests": { | 316 "message_center_unittests": { |
317 "label": "//ui/message_center:message_center_unittests", | 317 "label": "//ui/message_center:message_center_unittests", |
318 "type": "unknown", | 318 "type": "unknown", |
319 }, | 319 }, |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
473 }, | 473 }, |
474 "wm_unittests": { | 474 "wm_unittests": { |
475 "label": "//ui/wm:wm_unittests", | 475 "label": "//ui/wm:wm_unittests", |
476 "type": "windowed_test_launcher", | 476 "type": "windowed_test_launcher", |
477 }, | 477 }, |
478 "wtf_unittests": { | 478 "wtf_unittests": { |
479 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 479 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
480 "type": "console_test_launcher", | 480 "type": "console_test_launcher", |
481 }, | 481 }, |
482 } | 482 } |
OLD | NEW |