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