| 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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 }, | 461 }, |
| 462 "window_manager_unittests": { | 462 "window_manager_unittests": { |
| 463 "label": "//components/mus/ws:window_manager_unittests", | 463 "label": "//components/mus/ws:window_manager_unittests", |
| 464 "type": "unknown", | 464 "type": "unknown", |
| 465 }, | 465 }, |
| 466 "views_unittests": { | 466 "views_unittests": { |
| 467 "label": "//ui/views:views_unittests", | 467 "label": "//ui/views:views_unittests", |
| 468 "type": "unknown", | 468 "type": "unknown", |
| 469 }, | 469 }, |
| 470 "webkit_unit_tests": { | 470 "webkit_unit_tests": { |
| 471 "label": "//third_party/WebKit/public:webkit_unit_tests", | 471 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 472 "type": "unknown", | 472 "type": "console_test_launcher", |
| 473 }, | 473 }, |
| 474 "wm_unittests": { | 474 "wm_unittests": { |
| 475 "label": "//ui/wm:wm_unittests", | 475 "label": "//ui/wm:wm_unittests", |
| 476 "type": "windowed_test_launcher", | 476 "type": "windowed_test_launcher", |
| 477 }, | 477 }, |
| 478 "wtf_unittests": { | 478 "wtf_unittests": { |
| 479 "label": "//third_party/WebKit/public:wtf_unittests", | 479 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 480 "type": "unknown", | 480 "type": "console_test_launcher", |
| 481 }, | 481 }, |
| 482 } | 482 } |
| OLD | NEW |