| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 ], | 747 ], |
| 748 }, | 748 }, |
| 749 "message_center_unittests": { | 749 "message_center_unittests": { |
| 750 "label": "//ui/message_center:message_center_unittests", | 750 "label": "//ui/message_center:message_center_unittests", |
| 751 "type": "windowed_test_launcher", | 751 "type": "windowed_test_launcher", |
| 752 }, | 752 }, |
| 753 "mash_unittests": { | 753 "mash_unittests": { |
| 754 "label": "//mash:mash_unittests", | 754 "label": "//mash:mash_unittests", |
| 755 "type": "windowed_test_launcher", | 755 "type": "windowed_test_launcher", |
| 756 }, | 756 }, |
| 757 "mus_gpu_unittests": { | |
| 758 "label": "//services/ui/gpu:mus_gpu_unittests", | |
| 759 "type": "console_test_launcher", | |
| 760 }, | |
| 761 "nacl_helper_nonsfi_unittests": { | 757 "nacl_helper_nonsfi_unittests": { |
| 762 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", | 758 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", |
| 763 "type": "raw", | 759 "type": "raw", |
| 764 "args": [], | 760 "args": [], |
| 765 }, | 761 }, |
| 766 "nacl_loader_unittests": { | 762 "nacl_loader_unittests": { |
| 767 "label": "//components/nacl/loader:nacl_loader_unittests", | 763 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 768 "type": "raw", | 764 "type": "raw", |
| 769 "args": [], | 765 "args": [], |
| 770 }, | 766 }, |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 }, | 1107 }, |
| 1112 "wm_unittests": { | 1108 "wm_unittests": { |
| 1113 "label": "//ui/wm:wm_unittests", | 1109 "label": "//ui/wm:wm_unittests", |
| 1114 "type": "windowed_test_launcher", | 1110 "type": "windowed_test_launcher", |
| 1115 }, | 1111 }, |
| 1116 "wtf_unittests": { | 1112 "wtf_unittests": { |
| 1117 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1113 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1118 "type": "console_test_launcher", | 1114 "type": "console_test_launcher", |
| 1119 }, | 1115 }, |
| 1120 } | 1116 } |
| OLD | NEW |