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