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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 #"type": "console_test_launcher", | 377 #"type": "console_test_launcher", |
378 #}, | 378 #}, |
379 "media_unittests": { | 379 "media_unittests": { |
380 "label": "//media:media_unittests", | 380 "label": "//media:media_unittests", |
381 "type": "windowed_test_launcher", | 381 "type": "windowed_test_launcher", |
382 }, | 382 }, |
383 "media_mojo_shell_unittests": { | 383 "media_mojo_shell_unittests": { |
384 "label": "//media/mojo/services:media_mojo_shell_unittests", | 384 "label": "//media/mojo/services:media_mojo_shell_unittests", |
385 "type": "console_test_launcher", | 385 "type": "console_test_launcher", |
386 }, | 386 }, |
| 387 "media_mojo_unittests": { |
| 388 "label": "//media/mojo:media_mojo_unittests", |
| 389 "type": "console_test_launcher", |
| 390 }, |
387 "media_blink_unittests": { | 391 "media_blink_unittests": { |
388 "label": "//media/blink:media_blink_unittests", | 392 "label": "//media/blink:media_blink_unittests", |
389 "type": "windowed_test_launcher", | 393 "type": "windowed_test_launcher", |
390 }, | 394 }, |
391 "midi_unittests": { | 395 "midi_unittests": { |
392 "label": "//media/midi:midi_unittests", | 396 "label": "//media/midi:midi_unittests", |
393 "type": "windowed_test_launcher", | 397 "type": "windowed_test_launcher", |
394 }, | 398 }, |
395 "mojo_common_unittests": { | 399 "mojo_common_unittests": { |
396 "label": "//mojo/common:mojo_common_unittests", | 400 "label": "//mojo/common:mojo_common_unittests", |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 }, | 620 }, |
617 "wm_unittests": { | 621 "wm_unittests": { |
618 "label": "//ui/wm:wm_unittests", | 622 "label": "//ui/wm:wm_unittests", |
619 "type": "windowed_test_launcher", | 623 "type": "windowed_test_launcher", |
620 }, | 624 }, |
621 "wtf_unittests": { | 625 "wtf_unittests": { |
622 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 626 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
623 "type": "console_test_launcher", | 627 "type": "console_test_launcher", |
624 }, | 628 }, |
625 } | 629 } |
OLD | NEW |