| 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 "angle_deqp_gles2_tests": { | 96 "angle_deqp_gles2_tests": { |
| 97 "label": "//third_party/angle/src/tests:angle_deqp_gles2_tests", | 97 "label": "//third_party/angle/src/tests:angle_deqp_gles2_tests", |
| 98 "type": "raw", | 98 "type": "raw", |
| 99 "args": [], | 99 "args": [], |
| 100 }, | 100 }, |
| 101 "angle_deqp_gles3_tests": { | 101 "angle_deqp_gles3_tests": { |
| 102 "label": "//third_party/angle/src/tests:angle_deqp_gles3_tests", | 102 "label": "//third_party/angle/src/tests:angle_deqp_gles3_tests", |
| 103 "type": "raw", | 103 "type": "raw", |
| 104 "args": [], | 104 "args": [], |
| 105 }, | 105 }, |
| 106 "angle_deqp_gles31_tests": { |
| 107 "label": "//third_party/angle/src/tests:angle_deqp_gles31_tests", |
| 108 "type": "raw", |
| 109 "args": [], |
| 110 }, |
| 106 "angle_end2end_tests": { | 111 "angle_end2end_tests": { |
| 107 "label": "//third_party/angle/src/tests:angle_end2end_tests", | 112 "label": "//third_party/angle/src/tests:angle_end2end_tests", |
| 108 "type": "raw", | 113 "type": "raw", |
| 109 "args": [], | 114 "args": [], |
| 110 }, | 115 }, |
| 111 "angle_unittests": { | 116 "angle_unittests": { |
| 112 "label": "//third_party/angle/src/tests:angle_unittests", | 117 "label": "//third_party/angle/src/tests:angle_unittests", |
| 113 "type": "raw", | 118 "type": "raw", |
| 114 "args": [], | 119 "args": [], |
| 115 }, | 120 }, |
| (...skipping 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 }, | 973 }, |
| 969 "wm_unittests": { | 974 "wm_unittests": { |
| 970 "label": "//ui/wm:wm_unittests", | 975 "label": "//ui/wm:wm_unittests", |
| 971 "type": "windowed_test_launcher", | 976 "type": "windowed_test_launcher", |
| 972 }, | 977 }, |
| 973 "wtf_unittests": { | 978 "wtf_unittests": { |
| 974 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 979 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 975 "type": "console_test_launcher", | 980 "type": "console_test_launcher", |
| 976 }, | 981 }, |
| 977 } | 982 } |
| OLD | NEW |