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 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 }, | 340 }, |
341 "mojo_js_integration_tests": { | 341 "mojo_js_integration_tests": { |
342 "label": "//mojo/edk/js/test:js_integration_tests", | 342 "label": "//mojo/edk/js/test:js_integration_tests", |
343 "type": "console_test_launcher", | 343 "type": "console_test_launcher", |
344 }, | 344 }, |
345 "mojo_js_unittests": { | 345 "mojo_js_unittests": { |
346 "label": "//mojo/edk/js/test:js_unittests", | 346 "label": "//mojo/edk/js/test:js_unittests", |
347 "type": "console_test_launcher", | 347 "type": "console_test_launcher", |
348 }, | 348 }, |
349 "mojo_public_application_unittests": { | 349 "mojo_public_application_unittests": { |
350 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unitt
ests", | 350 "label": "//mojo/edk/test:mojo_public_applicaiton_unittests", |
351 "type": "unknown", | 351 "type": "unknown", |
352 }, | 352 }, |
353 "mojo_public_bindings_unittests": { | 353 "mojo_public_bindings_unittests": { |
354 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittest
s", | 354 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
355 "type": "console_test_launcher", | 355 "type": "console_test_launcher", |
356 }, | 356 }, |
357 "mojo_public_environment_unittests": { | 357 "mojo_public_environment_unittests": { |
358 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unitt
ests", | 358 "label": "//mojo/edk/test:mojo_public_environment_unittests", |
359 "type": "console_test_launcher", | 359 "type": "console_test_launcher", |
360 }, | 360 }, |
361 "mojo_public_system_unittests": { | 361 "mojo_public_system_unittests": { |
362 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests"
, | 362 "label": "//mojo/edk/test:mojo_public_system_unittests", |
363 "type": "console_test_launcher", | 363 "type": "console_test_launcher", |
364 }, | 364 }, |
365 "mojo_public_utility_unittests": { | 365 "mojo_public_utility_unittests": { |
366 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests
", | 366 "label": "//mojo/edk/test:mojo_public_utility_unittests", |
367 "type": "console_test_launcher", | 367 "type": "console_test_launcher", |
368 }, | 368 }, |
369 "mojo_runner_host_unittests": { | 369 "mojo_runner_host_unittests": { |
370 "label": "//mojo/runner/host:unittests", | 370 "label": "//mojo/runner/host:unittests", |
371 "type": "unknown", | 371 "type": "unknown", |
372 }, | 372 }, |
373 "mojo_shell_unittests": { | 373 "mojo_shell_unittests": { |
374 "label": "//mojo/shell:mojo_shell_unittests", | 374 "label": "//mojo/shell:mojo_shell_unittests", |
375 "type": "unknown", | 375 "type": "unknown", |
376 }, | 376 }, |
377 "mojo_surfaces_lib_unittests": { | 377 "mojo_surfaces_lib_unittests": { |
378 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 378 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
379 "type": "unknown", | 379 "type": "unknown", |
380 }, | 380 }, |
381 "mojo_system_unittests": { | 381 "mojo_system_unittests": { |
382 "label": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests", | 382 "label": "//mojo/edk/system:mojo_system_unittests", |
383 "type": "unknown", | 383 "type": "unknown", |
384 }, | 384 }, |
385 "mojo_view_manager_lib_unittests": { | 385 "mojo_view_manager_lib_unittests": { |
386 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 386 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", |
387 "type": "unknown", | 387 "type": "unknown", |
388 }, | 388 }, |
389 "message_center_unittests": { | 389 "message_center_unittests": { |
390 "label": "//ui/message_center:message_center_unittests", | 390 "label": "//ui/message_center:message_center_unittests", |
391 "type": "unknown", | 391 "type": "unknown", |
392 }, | 392 }, |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 }, | 546 }, |
547 "wm_unittests": { | 547 "wm_unittests": { |
548 "label": "//ui/wm:wm_unittests", | 548 "label": "//ui/wm:wm_unittests", |
549 "type": "windowed_test_launcher", | 549 "type": "windowed_test_launcher", |
550 }, | 550 }, |
551 "wtf_unittests": { | 551 "wtf_unittests": { |
552 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 552 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
553 "type": "console_test_launcher", | 553 "type": "console_test_launcher", |
554 }, | 554 }, |
555 } | 555 } |
OLD | NEW |