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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 "type": "console_test_launcher", | 764 "type": "console_test_launcher", |
765 }, | 765 }, |
766 "service_unittests": { | 766 "service_unittests": { |
767 "label": "//services:service_unittests", | 767 "label": "//services:service_unittests", |
768 "type": "console_test_launcher", | 768 "type": "console_test_launcher", |
769 }, | 769 }, |
770 "setup_unittests": { | 770 "setup_unittests": { |
771 "label": "//chrome/installer/setup:setup_unittests", | 771 "label": "//chrome/installer/setup:setup_unittests", |
772 "type": "console_test_launcher", | 772 "type": "console_test_launcher", |
773 }, | 773 }, |
| 774 "shape_detection_unittests": { |
| 775 "label": "//services/shape_detection:shape_detection_unittests", |
| 776 "type": "raw", |
| 777 "args": [], |
| 778 }, |
774 "skia_unittests": { | 779 "skia_unittests": { |
775 "label": "//skia:skia_unittests", | 780 "label": "//skia:skia_unittests", |
776 "type": "console_test_launcher", | 781 "type": "console_test_launcher", |
777 }, | 782 }, |
778 "snapshot_unittests": { | 783 "snapshot_unittests": { |
779 "label": "//ui/snapshot:snapshot_unittests", | 784 "label": "//ui/snapshot:snapshot_unittests", |
780 "type": "windowed_test_launcher", | 785 "type": "windowed_test_launcher", |
781 }, | 786 }, |
782 "sql_unittests": { | 787 "sql_unittests": { |
783 "label": "//sql:sql_unittests", | 788 "label": "//sql:sql_unittests", |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1012 }, | 1017 }, |
1013 "wm_unittests": { | 1018 "wm_unittests": { |
1014 "label": "//ui/wm:wm_unittests", | 1019 "label": "//ui/wm:wm_unittests", |
1015 "type": "windowed_test_launcher", | 1020 "type": "windowed_test_launcher", |
1016 }, | 1021 }, |
1017 "wtf_unittests": { | 1022 "wtf_unittests": { |
1018 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 1023 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
1019 "type": "console_test_launcher", | 1024 "type": "console_test_launcher", |
1020 }, | 1025 }, |
1021 } | 1026 } |
OLD | NEW |