| 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 595 }, | 595 }, |
| 596 "ui_chromeos_unittests": { | 596 "ui_chromeos_unittests": { |
| 597 "label": "//ui/chromeos:ui_chromeos_unittests", | 597 "label": "//ui/chromeos:ui_chromeos_unittests", |
| 598 "type": "unknown", | 598 "type": "unknown", |
| 599 }, | 599 }, |
| 600 "ui_arc_unittests": { | 600 "ui_arc_unittests": { |
| 601 "label": "//ui/arc:ui_arc_unittests", | 601 "label": "//ui/arc:ui_arc_unittests", |
| 602 "type": "raw", | 602 "type": "raw", |
| 603 "args": [], | 603 "args": [], |
| 604 }, | 604 }, |
| 605 "ui_struct_traits_unittests": { |
| 606 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", |
| 607 "type": "console_test_launcher", |
| 608 }, |
| 605 "ui_touch_selection_unittests": { | 609 "ui_touch_selection_unittests": { |
| 606 "label": "//ui/touch_selection:ui_touch_selection_unittests", | 610 "label": "//ui/touch_selection:ui_touch_selection_unittests", |
| 607 "type": "windowed_test_launcher", | 611 "type": "windowed_test_launcher", |
| 608 }, | 612 }, |
| 609 "unit_tests": { | 613 "unit_tests": { |
| 610 "label": "//chrome/test:unit_tests", | 614 "label": "//chrome/test:unit_tests", |
| 611 "type": "windowed_test_launcher", | 615 "type": "windowed_test_launcher", |
| 612 }, | 616 }, |
| 613 "url_unittests": { | 617 "url_unittests": { |
| 614 "label": "//url:url_unittests", | 618 "label": "//url:url_unittests", |
| (...skipping 17 matching lines...) Expand all Loading... |
| 632 }, | 636 }, |
| 633 "wm_unittests": { | 637 "wm_unittests": { |
| 634 "label": "//ui/wm:wm_unittests", | 638 "label": "//ui/wm:wm_unittests", |
| 635 "type": "windowed_test_launcher", | 639 "type": "windowed_test_launcher", |
| 636 }, | 640 }, |
| 637 "wtf_unittests": { | 641 "wtf_unittests": { |
| 638 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 642 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 639 "type": "console_test_launcher", | 643 "type": "console_test_launcher", |
| 640 }, | 644 }, |
| 641 } | 645 } |
| OLD | NEW |