| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "args": [], | 154 "args": [], |
| 155 }, | 155 }, |
| 156 "aura_builder": { | 156 "aura_builder": { |
| 157 "label": "//:aura_builder", | 157 "label": "//:aura_builder", |
| 158 "type": "additional_compile_target", | 158 "type": "additional_compile_target", |
| 159 }, | 159 }, |
| 160 "aura_unittests": { | 160 "aura_unittests": { |
| 161 "label": "//ui/aura:aura_unittests", | 161 "label": "//ui/aura:aura_unittests", |
| 162 "type": "windowed_test_launcher", | 162 "type": "windowed_test_launcher", |
| 163 }, | 163 }, |
| 164 "automated_motopho_latency_test": { |
| 165 "label": "//chrome/test/vr/automated_motopho_latency:automated_motopho_laten
cy_test", |
| 166 "type": "script", |
| 167 "script": "//chrome/test/vr/automated_motopho_latency/run_latency_test.py", |
| 168 }, |
| 164 "base_junit_tests": { | 169 "base_junit_tests": { |
| 165 "label": "//base:base_junit_tests", | 170 "label": "//base:base_junit_tests", |
| 166 "type": "junit_test", | 171 "type": "junit_test", |
| 167 }, | 172 }, |
| 168 "base_unittests": { | 173 "base_unittests": { |
| 169 "label": "//base:base_unittests", | 174 "label": "//base:base_unittests", |
| 170 "type": "console_test_launcher", | 175 "type": "console_test_launcher", |
| 171 }, | 176 }, |
| 172 "battor_agent_unittests": { | 177 "battor_agent_unittests": { |
| 173 "label": "//tools/battor_agent:battor_agent_unittests", | 178 "label": "//tools/battor_agent:battor_agent_unittests", |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1097 }, | 1102 }, |
| 1098 "wm_unittests": { | 1103 "wm_unittests": { |
| 1099 "label": "//ui/wm:wm_unittests", | 1104 "label": "//ui/wm:wm_unittests", |
| 1100 "type": "windowed_test_launcher", | 1105 "type": "windowed_test_launcher", |
| 1101 }, | 1106 }, |
| 1102 "wtf_unittests": { | 1107 "wtf_unittests": { |
| 1103 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1108 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1104 "type": "console_test_launcher", | 1109 "type": "console_test_launcher", |
| 1105 }, | 1110 }, |
| 1106 } | 1111 } |
| OLD | NEW |