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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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": { | 151 "ash_mus_unittests": { |
152 "label": "//ash:ash_unittests", | 152 "label": "//ash:ash_unittests", |
153 "type": "windowed_test_launcher", | 153 "type": "windowed_test_launcher", |
154 "args": [ | 154 "args": [ |
155 "--mus", | 155 "--mus", |
156 ], | 156 ], |
| 157 "executable": "ash_unittests", |
157 }, | 158 }, |
158 "audio_unittests": { | 159 "audio_unittests": { |
159 "label": "//media:audio_unittests", | 160 "label": "//media:audio_unittests", |
160 "type": "raw", | 161 "type": "raw", |
161 "args": [], | 162 "args": [], |
162 }, | 163 }, |
163 "aura_builder": { | 164 "aura_builder": { |
164 "label": "//:aura_builder", | 165 "label": "//:aura_builder", |
165 "type": "additional_compile_target", | 166 "type": "additional_compile_target", |
166 }, | 167 }, |
(...skipping 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1104 }, | 1105 }, |
1105 "wm_unittests": { | 1106 "wm_unittests": { |
1106 "label": "//ui/wm:wm_unittests", | 1107 "label": "//ui/wm:wm_unittests", |
1107 "type": "windowed_test_launcher", | 1108 "type": "windowed_test_launcher", |
1108 }, | 1109 }, |
1109 "wtf_unittests": { | 1110 "wtf_unittests": { |
1110 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1111 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
1111 "type": "console_test_launcher", | 1112 "type": "console_test_launcher", |
1112 }, | 1113 }, |
1113 } | 1114 } |
OLD | NEW |