Chromium Code Reviews| 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 849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 860 "service_manager_unittests": { | 860 "service_manager_unittests": { |
| 861 "label": "//services/service_manager/tests:service_manager_unittests", | 861 "label": "//services/service_manager/tests:service_manager_unittests", |
| 862 "type": "console_test_launcher", | 862 "type": "console_test_launcher", |
| 863 }, | 863 }, |
| 864 "service_junit_tests": { | 864 "service_junit_tests": { |
| 865 "label": "//services:service_junit_tests", | 865 "label": "//services:service_junit_tests", |
| 866 "type": "junit_test", | 866 "type": "junit_test", |
| 867 }, | 867 }, |
| 868 "service_unittests": { | 868 "service_unittests": { |
| 869 "label": "//services:service_unittests", | 869 "label": "//services:service_unittests", |
| 870 "type": "console_test_launcher", | 870 "type": "windowed_test_launcher", |
|
blundell
2017/05/24 13:03:19
What does this change mean wrt running tests manua
jbudorick
2017/05/24 13:11:09
Mentioned in the CL description.
| |
| 871 }, | 871 }, |
| 872 "setup_unittests": { | 872 "setup_unittests": { |
| 873 "label": "//chrome/installer/setup:setup_unittests", | 873 "label": "//chrome/installer/setup:setup_unittests", |
| 874 "type": "console_test_launcher", | 874 "type": "console_test_launcher", |
| 875 }, | 875 }, |
| 876 "skia_unittests": { | 876 "skia_unittests": { |
| 877 "label": "//skia:skia_unittests", | 877 "label": "//skia:skia_unittests", |
| 878 "type": "console_test_launcher", | 878 "type": "console_test_launcher", |
| 879 }, | 879 }, |
| 880 "snapshot_unittests": { | 880 "snapshot_unittests": { |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1135 }, | 1135 }, |
| 1136 "wm_unittests": { | 1136 "wm_unittests": { |
| 1137 "label": "//ui/wm:wm_unittests", | 1137 "label": "//ui/wm:wm_unittests", |
| 1138 "type": "windowed_test_launcher", | 1138 "type": "windowed_test_launcher", |
| 1139 }, | 1139 }, |
| 1140 "wtf_unittests": { | 1140 "wtf_unittests": { |
| 1141 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1141 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1142 "type": "console_test_launcher", | 1142 "type": "console_test_launcher", |
| 1143 }, | 1143 }, |
| 1144 } | 1144 } |
| OLD | NEW |