| 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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 }, | 167 }, |
| 168 "battor_agent_unittests": { | 168 "battor_agent_unittests": { |
| 169 "label": "//tools/battor_agent:battor_agent_unittests", | 169 "label": "//tools/battor_agent:battor_agent_unittests", |
| 170 "type": "console_test_launcher", | 170 "type": "console_test_launcher", |
| 171 }, | 171 }, |
| 172 "blimp_browsertests": { | 172 "blimp_browsertests": { |
| 173 "label": "//blimp:blimp_browsertests", | 173 "label": "//blimp:blimp_browsertests", |
| 174 "type": "console_test_launcher", | 174 "type": "console_test_launcher", |
| 175 }, | 175 }, |
| 176 "blimp_test_apk": { | 176 "blimp_test_apk": { |
| 177 "label": "//blimp/client:blimp_test_apk", | 177 "label": "//blimp/client/app:blimp_test_apk", |
| 178 "type": "console_test_launcher", | 178 "type": "console_test_launcher", |
| 179 }, | 179 }, |
| 180 "blimp_unittests": { | 180 "blimp_unittests": { |
| 181 "label": "//blimp:blimp_unittests", | 181 "label": "//blimp:blimp_unittests", |
| 182 "type": "console_test_launcher", | 182 "type": "console_test_launcher", |
| 183 }, | 183 }, |
| 184 "blink_heap_unittests": { | 184 "blink_heap_unittests": { |
| 185 "label": "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", | 185 "label": "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", |
| 186 "type": "console_test_launcher", | 186 "type": "console_test_launcher", |
| 187 }, | 187 }, |
| (...skipping 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 958 }, | 958 }, |
| 959 "wtf_unittests": { | 959 "wtf_unittests": { |
| 960 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 960 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 961 "type": "console_test_launcher", | 961 "type": "console_test_launcher", |
| 962 }, | 962 }, |
| 963 "xmllite_xmpp_unittests": { | 963 "xmllite_xmpp_unittests": { |
| 964 "label": "//webrtc:xmllite_xmpp_unittests", | 964 "label": "//webrtc:xmllite_xmpp_unittests", |
| 965 "type": "console_test_launcher", | 965 "type": "console_test_launcher", |
| 966 } | 966 } |
| 967 } | 967 } |
| OLD | NEW |