Chromium Code Reviews| 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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 696 "type": "additional_compile_target", | 696 "type": "additional_compile_target", |
| 697 }, | 697 }, |
| 698 "ozone_unittests": { | 698 "ozone_unittests": { |
| 699 "label": "//ui/ozone:ozone_unittests", | 699 "label": "//ui/ozone:ozone_unittests", |
| 700 "type": "console_test_launcher", | 700 "type": "console_test_launcher", |
| 701 }, | 701 }, |
| 702 "ozone_gl_unittests": { | 702 "ozone_gl_unittests": { |
| 703 "label": "//ui/ozone/gl:ozone_gl_unittests", | 703 "label": "//ui/ozone/gl:ozone_gl_unittests", |
| 704 "type": "console_test_launcher", | 704 "type": "console_test_launcher", |
| 705 }, | 705 }, |
| 706 "pdfium_test": { | |
| 707 "label": "//third_party/pdfium/samples:pdfium_test", | |
| 708 "type": "additional_compile_target", | |
|
Michael Achenbach
2016/09/19 12:44:40
This is probably not just an additional compile ta
| |
| 709 }, | |
| 706 "peerconnection_unittests": { | 710 "peerconnection_unittests": { |
| 707 "label": "//webrtc/api:peerconnection_unittests", | 711 "label": "//webrtc/api:peerconnection_unittests", |
| 708 "type": "console_test_launcher", | 712 "type": "console_test_launcher", |
| 709 }, | 713 }, |
| 714 "postmortem-metadata": { | |
|
Michael Achenbach
2016/09/19 12:44:40
I'm wondering if some of these mappings should not
| |
| 715 "label": "//v8:postmortem-metadata", | |
| 716 "type": "additional_compile_target", | |
| 717 }, | |
| 710 "ppapi_unittests": { | 718 "ppapi_unittests": { |
| 711 "label": "//ppapi:ppapi_unittests", | 719 "label": "//ppapi:ppapi_unittests", |
| 712 "type": "console_test_launcher", | 720 "type": "console_test_launcher", |
| 713 }, | 721 }, |
| 714 "printing_unittests": { | 722 "printing_unittests": { |
| 715 "label": "//printing:printing_unittests", | 723 "label": "//printing:printing_unittests", |
| 716 "type": "console_test_launcher", | 724 "type": "console_test_launcher", |
| 717 }, | 725 }, |
| 718 "remoting_unittests": { | 726 "remoting_unittests": { |
| 719 "label": "//remoting:remoting_unittests", | 727 "label": "//remoting:remoting_unittests", |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 922 }, | 930 }, |
| 923 "wtf_unittests": { | 931 "wtf_unittests": { |
| 924 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 932 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 925 "type": "console_test_launcher", | 933 "type": "console_test_launcher", |
| 926 }, | 934 }, |
| 927 "xmllite_xmpp_unittests": { | 935 "xmllite_xmpp_unittests": { |
| 928 "label": "//webrtc:xmllite_xmpp_unittests", | 936 "label": "//webrtc:xmllite_xmpp_unittests", |
| 929 "type": "console_test_launcher", | 937 "type": "console_test_launcher", |
| 930 } | 938 } |
| 931 } | 939 } |
| OLD | NEW |