| 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 839 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 850 "type": "console_test_launcher", | 850 "type": "console_test_launcher", |
| 851 }, | 851 }, |
| 852 "service_manager_unittests": { | 852 "service_manager_unittests": { |
| 853 "label": "//services/service_manager/tests:service_manager_unittests", | 853 "label": "//services/service_manager/tests:service_manager_unittests", |
| 854 "type": "console_test_launcher", | 854 "type": "console_test_launcher", |
| 855 }, | 855 }, |
| 856 "service_unittests": { | 856 "service_unittests": { |
| 857 "label": "//services:service_unittests", | 857 "label": "//services:service_unittests", |
| 858 "type": "console_test_launcher", | 858 "type": "console_test_launcher", |
| 859 }, | 859 }, |
| 860 "services_junit_tests": { |
| 861 "label": "//services:services_junit_tests", |
| 862 "type": "junit_test", |
| 863 }, |
| 860 "setup_unittests": { | 864 "setup_unittests": { |
| 861 "label": "//chrome/installer/setup:setup_unittests", | 865 "label": "//chrome/installer/setup:setup_unittests", |
| 862 "type": "console_test_launcher", | 866 "type": "console_test_launcher", |
| 863 }, | 867 }, |
| 864 "skia_unittests": { | 868 "skia_unittests": { |
| 865 "label": "//skia:skia_unittests", | 869 "label": "//skia:skia_unittests", |
| 866 "type": "console_test_launcher", | 870 "type": "console_test_launcher", |
| 867 }, | 871 }, |
| 868 "snapshot_unittests": { | 872 "snapshot_unittests": { |
| 869 "label": "//ui/snapshot:snapshot_unittests", | 873 "label": "//ui/snapshot:snapshot_unittests", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 }, | 1123 }, |
| 1120 "wm_unittests": { | 1124 "wm_unittests": { |
| 1121 "label": "//ui/wm:wm_unittests", | 1125 "label": "//ui/wm:wm_unittests", |
| 1122 "type": "windowed_test_launcher", | 1126 "type": "windowed_test_launcher", |
| 1123 }, | 1127 }, |
| 1124 "wtf_unittests": { | 1128 "wtf_unittests": { |
| 1125 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1129 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1126 "type": "console_test_launcher", | 1130 "type": "console_test_launcher", |
| 1127 }, | 1131 }, |
| 1128 } | 1132 } |
| OLD | NEW |