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