| 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 "type": "console_test_launcher", | 751 "type": "console_test_launcher", |
| 752 }, | 752 }, |
| 753 "setup_unittests": { | 753 "setup_unittests": { |
| 754 "label": "//chrome/installer/setup:setup_unittests", | 754 "label": "//chrome/installer/setup:setup_unittests", |
| 755 "type": "console_test_launcher", | 755 "type": "console_test_launcher", |
| 756 }, | 756 }, |
| 757 "skia_unittests": { | 757 "skia_unittests": { |
| 758 "label": "//skia:skia_unittests", | 758 "label": "//skia:skia_unittests", |
| 759 "type": "console_test_launcher", | 759 "type": "console_test_launcher", |
| 760 }, | 760 }, |
| 761 "snapshot_unittests": { | |
| 762 "label": "//ui/snapshot:snapshot_unittests", | |
| 763 "type": "windowed_test_launcher", | |
| 764 }, | |
| 765 "sql_unittests": { | 761 "sql_unittests": { |
| 766 "label": "//sql:sql_unittests", | 762 "label": "//sql:sql_unittests", |
| 767 "type": "console_test_launcher", | 763 "type": "console_test_launcher", |
| 768 }, | 764 }, |
| 769 "storage_unittests": { | 765 "storage_unittests": { |
| 770 "label": "//storage/browser:storage_unittests", | 766 "label": "//storage/browser:storage_unittests", |
| 771 "type": "console_test_launcher", | 767 "type": "console_test_launcher", |
| 772 }, | 768 }, |
| 773 "swiftshader_unittests": { | 769 "swiftshader_unittests": { |
| 774 "label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests", | 770 "label": "//third_party/swiftshader/tests/unittests:swiftshader_unittests", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 995 }, | 991 }, |
| 996 "wm_unittests": { | 992 "wm_unittests": { |
| 997 "label": "//ui/wm:wm_unittests", | 993 "label": "//ui/wm:wm_unittests", |
| 998 "type": "windowed_test_launcher", | 994 "type": "windowed_test_launcher", |
| 999 }, | 995 }, |
| 1000 "wtf_unittests": { | 996 "wtf_unittests": { |
| 1001 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 997 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 1002 "type": "console_test_launcher", | 998 "type": "console_test_launcher", |
| 1003 }, | 999 }, |
| 1004 } | 1000 } |
| OLD | NEW |