| 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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 "type": "unknown", | 349 "type": "unknown", |
| 350 }, | 350 }, |
| 351 "mojo_public_bindings_unittests": { | 351 "mojo_public_bindings_unittests": { |
| 352 "label": "//mojo/edk/test:mojo_public_bindings_unittests", | 352 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
| 353 "type": "console_test_launcher", | 353 "type": "console_test_launcher", |
| 354 }, | 354 }, |
| 355 "mojo_public_system_unittests": { | 355 "mojo_public_system_unittests": { |
| 356 "label": "//mojo/edk/test:mojo_public_system_unittests", | 356 "label": "//mojo/edk/test:mojo_public_system_unittests", |
| 357 "type": "console_test_launcher", | 357 "type": "console_test_launcher", |
| 358 }, | 358 }, |
| 359 "mojo_public_utility_unittests": { | |
| 360 "label": "//mojo/edk/test:mojo_public_utility_unittests", | |
| 361 "type": "console_test_launcher", | |
| 362 }, | |
| 363 "mojo_runner_host_unittests": { | 359 "mojo_runner_host_unittests": { |
| 364 "label": "//mojo/runner/host:unittests", | 360 "label": "//mojo/runner/host:unittests", |
| 365 "type": "unknown", | 361 "type": "unknown", |
| 366 }, | 362 }, |
| 367 "mojo_shell_unittests": { | 363 "mojo_shell_unittests": { |
| 368 "label": "//mojo/shell:mojo_shell_unittests", | 364 "label": "//mojo/shell:mojo_shell_unittests", |
| 369 "type": "unknown", | 365 "type": "unknown", |
| 370 }, | 366 }, |
| 371 "mojo_surfaces_lib_unittests": { | 367 "mojo_surfaces_lib_unittests": { |
| 372 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 368 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 544 }, | 540 }, |
| 545 "wm_unittests": { | 541 "wm_unittests": { |
| 546 "label": "//ui/wm:wm_unittests", | 542 "label": "//ui/wm:wm_unittests", |
| 547 "type": "windowed_test_launcher", | 543 "type": "windowed_test_launcher", |
| 548 }, | 544 }, |
| 549 "wtf_unittests": { | 545 "wtf_unittests": { |
| 550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 546 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 551 "type": "console_test_launcher", | 547 "type": "console_test_launcher", |
| 552 }, | 548 }, |
| 553 } | 549 } |
| OLD | NEW |