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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
371 }, | 371 }, |
372 "mojo_public_system_unittests": { | 372 "mojo_public_system_unittests": { |
373 "label": "//mojo/edk/test:mojo_public_system_unittests", | 373 "label": "//mojo/edk/test:mojo_public_system_unittests", |
374 "type": "console_test_launcher", | 374 "type": "console_test_launcher", |
375 }, | 375 }, |
376 "mojo_runner_host_unittests": { | 376 "mojo_runner_host_unittests": { |
377 "label": "//mojo/runner/host:unittests", | 377 "label": "//mojo/runner/host:unittests", |
378 "type": "unknown", | 378 "type": "unknown", |
379 }, | 379 }, |
380 "mojo_shell_unittests": { | 380 "mojo_shell_unittests": { |
381 "label": "//mojo/shell:mojo_shell_unittests", | 381 "label": "//services/shell:mojo_shell_unittests", |
382 "type": "unknown", | 382 "type": "unknown", |
383 }, | 383 }, |
384 "mojo_surfaces_lib_unittests": { | 384 "mojo_surfaces_lib_unittests": { |
385 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 385 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
386 "type": "unknown", | 386 "type": "unknown", |
387 }, | 387 }, |
388 "mojo_system_unittests": { | 388 "mojo_system_unittests": { |
389 "label": "//mojo/edk/system:mojo_system_unittests", | 389 "label": "//mojo/edk/system:mojo_system_unittests", |
390 "type": "unknown", | 390 "type": "unknown", |
391 }, | 391 }, |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 }, | 562 }, |
563 "wm_unittests": { | 563 "wm_unittests": { |
564 "label": "//ui/wm:wm_unittests", | 564 "label": "//ui/wm:wm_unittests", |
565 "type": "windowed_test_launcher", | 565 "type": "windowed_test_launcher", |
566 }, | 566 }, |
567 "wtf_unittests": { | 567 "wtf_unittests": { |
568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
569 "type": "console_test_launcher", | 569 "type": "console_test_launcher", |
570 }, | 570 }, |
571 } | 571 } |
OLD | NEW |