| 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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 "type": "console_test_launcher", | 846 "type": "console_test_launcher", |
| 847 }, | 847 }, |
| 848 "sbox_validation_tests": { | 848 "sbox_validation_tests": { |
| 849 "label": "//sandbox/win:sbox_validation_tests", | 849 "label": "//sandbox/win:sbox_validation_tests", |
| 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_junit_tests": { |
| 857 "label": "//services:service_junit_tests", |
| 858 "type": "junit_test", |
| 859 }, |
| 856 "service_unittests": { | 860 "service_unittests": { |
| 857 "label": "//services:service_unittests", | 861 "label": "//services:service_unittests", |
| 858 "type": "console_test_launcher", | 862 "type": "console_test_launcher", |
| 859 }, | 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", |
| (...skipping 253 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 |