| 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 587 "type": "console_test_launcher", | 587 "type": "console_test_launcher", |
| 588 }, | 588 }, |
| 589 "media_mojo_unittests": { | 589 "media_mojo_unittests": { |
| 590 "label": "//media/mojo:media_mojo_unittests", | 590 "label": "//media/mojo:media_mojo_unittests", |
| 591 "type": "console_test_launcher", | 591 "type": "console_test_launcher", |
| 592 }, | 592 }, |
| 593 "media_blink_unittests": { | 593 "media_blink_unittests": { |
| 594 "label": "//media/blink:media_blink_unittests", | 594 "label": "//media/blink:media_blink_unittests", |
| 595 "type": "windowed_test_launcher", | 595 "type": "windowed_test_launcher", |
| 596 }, | 596 }, |
| 597 "media_remoting_unittests": { | |
| 598 "label": "//media/remoting:media_remoting_unittests", | |
| 599 "type": "console_test_launcher", | |
| 600 }, | |
| 601 "midi_unittests": { | 597 "midi_unittests": { |
| 602 "label": "//media/midi:midi_unittests", | 598 "label": "//media/midi:midi_unittests", |
| 603 "type": "windowed_test_launcher", | 599 "type": "windowed_test_launcher", |
| 604 }, | 600 }, |
| 605 "mini_installer": { | 601 "mini_installer": { |
| 606 "label": "//chrome/installer/mini_installer:mini_installer", | 602 "label": "//chrome/installer/mini_installer:mini_installer", |
| 607 "type": "additional_compile_target", | 603 "type": "additional_compile_target", |
| 608 }, | 604 }, |
| 609 "modules_tests": { | 605 "modules_tests": { |
| 610 "label": "//webrtc/modules:modules_tests", | 606 "label": "//webrtc/modules:modules_tests", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 959 }, | 955 }, |
| 960 "wtf_unittests": { | 956 "wtf_unittests": { |
| 961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 957 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 962 "type": "console_test_launcher", | 958 "type": "console_test_launcher", |
| 963 }, | 959 }, |
| 964 "xmllite_xmpp_unittests": { | 960 "xmllite_xmpp_unittests": { |
| 965 "label": "//webrtc:xmllite_xmpp_unittests", | 961 "label": "//webrtc:xmllite_xmpp_unittests", |
| 966 "type": "console_test_launcher", | 962 "type": "console_test_launcher", |
| 967 } | 963 } |
| 968 } | 964 } |
| OLD | NEW |