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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
379 "mojo_system_unittests": { | 379 "mojo_system_unittests": { |
380 "label": "//mojo/edk/system:mojo_system_unittests", | 380 "label": "//mojo/edk/system:mojo_system_unittests", |
381 "type": "unknown", | 381 "type": "unknown", |
382 }, | 382 }, |
383 "mojo_view_manager_lib_unittests": { | 383 "mojo_view_manager_lib_unittests": { |
384 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 384 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", |
385 "type": "unknown", | 385 "type": "unknown", |
386 }, | 386 }, |
387 "message_center_unittests": { | 387 "message_center_unittests": { |
388 "label": "//ui/message_center:message_center_unittests", | 388 "label": "//ui/message_center:message_center_unittests", |
389 "type": "unknown", | 389 "type": "console_test_launcher", |
390 }, | 390 }, |
391 "mash_unittests": { | 391 "mash_unittests": { |
392 "label": "//mash:mash_unittests", | 392 "label": "//mash:mash_unittests", |
393 "type": "unknown", | 393 "type": "unknown", |
394 }, | 394 }, |
395 "nacl_loader_unittests": { | 395 "nacl_loader_unittests": { |
396 "label": "//components/nacl/loader:nacl_loader_unittests", | 396 "label": "//components/nacl/loader:nacl_loader_unittests", |
397 "type": "raw", | 397 "type": "raw", |
398 "args": [], | 398 "args": [], |
399 }, | 399 }, |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 }, | 544 }, |
545 "wm_unittests": { | 545 "wm_unittests": { |
546 "label": "//ui/wm:wm_unittests", | 546 "label": "//ui/wm:wm_unittests", |
547 "type": "windowed_test_launcher", | 547 "type": "windowed_test_launcher", |
548 }, | 548 }, |
549 "wtf_unittests": { | 549 "wtf_unittests": { |
550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
551 "type": "console_test_launcher", | 551 "type": "console_test_launcher", |
552 }, | 552 }, |
553 } | 553 } |
OLD | NEW |