| 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 579 "type": "additional_compile_target", | 579 "type": "additional_compile_target", |
| 580 }, | 580 }, |
| 581 "media_unittests": { | 581 "media_unittests": { |
| 582 "label": "//media:media_unittests", | 582 "label": "//media:media_unittests", |
| 583 "type": "windowed_test_launcher", | 583 "type": "windowed_test_launcher", |
| 584 }, | 584 }, |
| 585 "media_mojo_shell_unittests": { | 585 "media_mojo_shell_unittests": { |
| 586 "label": "//media/mojo/services:media_mojo_shell_unittests", | 586 "label": "//media/mojo/services:media_mojo_shell_unittests", |
| 587 "type": "console_test_launcher", | 587 "type": "console_test_launcher", |
| 588 }, | 588 }, |
| 589 "media_mojo_unittests": { | |
| 590 "label": "//media/mojo:media_mojo_unittests", | |
| 591 "type": "console_test_launcher", | |
| 592 }, | |
| 593 "media_blink_unittests": { | 589 "media_blink_unittests": { |
| 594 "label": "//media/blink:media_blink_unittests", | 590 "label": "//media/blink:media_blink_unittests", |
| 595 "type": "windowed_test_launcher", | 591 "type": "windowed_test_launcher", |
| 596 }, | 592 }, |
| 597 "midi_unittests": { | 593 "midi_unittests": { |
| 598 "label": "//media/midi:midi_unittests", | 594 "label": "//media/midi:midi_unittests", |
| 599 "type": "windowed_test_launcher", | 595 "type": "windowed_test_launcher", |
| 600 }, | 596 }, |
| 601 "mini_installer": { | 597 "mini_installer": { |
| 602 "label": "//chrome/installer/mini_installer:mini_installer", | 598 "label": "//chrome/installer/mini_installer:mini_installer", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 }, | 951 }, |
| 956 "wtf_unittests": { | 952 "wtf_unittests": { |
| 957 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 953 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 958 "type": "console_test_launcher", | 954 "type": "console_test_launcher", |
| 959 }, | 955 }, |
| 960 "xmllite_xmpp_unittests": { | 956 "xmllite_xmpp_unittests": { |
| 961 "label": "//webrtc:xmllite_xmpp_unittests", | 957 "label": "//webrtc:xmllite_xmpp_unittests", |
| 962 "type": "console_test_launcher", | 958 "type": "console_test_launcher", |
| 963 } | 959 } |
| 964 } | 960 } |
| OLD | NEW |