| 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 301 "type": "unknown", | 301 "type": "unknown", |
| 302 }, | 302 }, |
| 303 "mojo_view_manager_lib_unittests": { | 303 "mojo_view_manager_lib_unittests": { |
| 304 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 304 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", |
| 305 "type": "unknown", | 305 "type": "unknown", |
| 306 }, | 306 }, |
| 307 "message_center_unittests": { | 307 "message_center_unittests": { |
| 308 "label": "//ui/message_center:message_center_unittests", | 308 "label": "//ui/message_center:message_center_unittests", |
| 309 "type": "unknown", | 309 "type": "unknown", |
| 310 }, | 310 }, |
| 311 "mustash_unittests": { | 311 "mash_unittests": { |
| 312 "label": "//components/mus/example:mustash_unittests", | 312 "label": "//mash:mash_unittests", |
| 313 "type": "unknown", | 313 "type": "unknown", |
| 314 }, | 314 }, |
| 315 "nacl_loader_unittests": { | 315 "nacl_loader_unittests": { |
| 316 "label": "//components/nacl:nacl_loader_unittests", | 316 "label": "//components/nacl:nacl_loader_unittests", |
| 317 "type": "raw", | 317 "type": "raw", |
| 318 "args": [], | 318 "args": [], |
| 319 }, | 319 }, |
| 320 "net_unittests": { | 320 "net_unittests": { |
| 321 "label": "//net:net_unittests", | 321 "label": "//net:net_unittests", |
| 322 "type": "console_test_launcher", | 322 "type": "console_test_launcher", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 }, | 461 }, |
| 462 "wm_unittests": { | 462 "wm_unittests": { |
| 463 "label": "//ui/wm:wm_unittests", | 463 "label": "//ui/wm:wm_unittests", |
| 464 "type": "windowed_test_launcher", | 464 "type": "windowed_test_launcher", |
| 465 }, | 465 }, |
| 466 "wtf_unittests": { | 466 "wtf_unittests": { |
| 467 "label": "//third_party/WebKit/public:wtf_unittests", | 467 "label": "//third_party/WebKit/public:wtf_unittests", |
| 468 "type": "unknown", | 468 "type": "unknown", |
| 469 }, | 469 }, |
| 470 } | 470 } |
| OLD | NEW |