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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "type": "windowed_test_launcher", | 141 "type": "windowed_test_launcher", |
142 }, | 142 }, |
143 "ash_content_unittests": { | 143 "ash_content_unittests": { |
144 "label": "//ash:ash_content_unittests", | 144 "label": "//ash:ash_content_unittests", |
145 "type": "windowed_test_launcher", | 145 "type": "windowed_test_launcher", |
146 }, | 146 }, |
147 "ash_unittests": { | 147 "ash_unittests": { |
148 "label": "//ash:ash_unittests", | 148 "label": "//ash:ash_unittests", |
149 "type": "windowed_test_launcher", | 149 "type": "windowed_test_launcher", |
150 }, | 150 }, |
| 151 "ash_mus_unittests": { |
| 152 "label": "//ash:ash_unittests", |
| 153 "type": "windowed_test_launcher", |
| 154 "args": [ |
| 155 "--mus", |
| 156 ], |
| 157 }, |
151 "audio_unittests": { | 158 "audio_unittests": { |
152 "label": "//media:audio_unittests", | 159 "label": "//media:audio_unittests", |
153 "type": "raw", | 160 "type": "raw", |
154 "args": [], | 161 "args": [], |
155 }, | 162 }, |
156 "aura_builder": { | 163 "aura_builder": { |
157 "label": "//:aura_builder", | 164 "label": "//:aura_builder", |
158 "type": "additional_compile_target", | 165 "type": "additional_compile_target", |
159 }, | 166 }, |
160 "aura_unittests": { | 167 "aura_unittests": { |
(...skipping 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1097 }, | 1104 }, |
1098 "wm_unittests": { | 1105 "wm_unittests": { |
1099 "label": "//ui/wm:wm_unittests", | 1106 "label": "//ui/wm:wm_unittests", |
1100 "type": "windowed_test_launcher", | 1107 "type": "windowed_test_launcher", |
1101 }, | 1108 }, |
1102 "wtf_unittests": { | 1109 "wtf_unittests": { |
1103 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1110 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
1104 "type": "console_test_launcher", | 1111 "type": "console_test_launcher", |
1105 }, | 1112 }, |
1106 } | 1113 } |
OLD | NEW |