| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 "args": [], | 161 "args": [], |
| 162 }, | 162 }, |
| 163 "aura_builder": { | 163 "aura_builder": { |
| 164 "label": "//:aura_builder", | 164 "label": "//:aura_builder", |
| 165 "type": "additional_compile_target", | 165 "type": "additional_compile_target", |
| 166 }, | 166 }, |
| 167 "aura_unittests": { | 167 "aura_unittests": { |
| 168 "label": "//ui/aura:aura_unittests", | 168 "label": "//ui/aura:aura_unittests", |
| 169 "type": "windowed_test_launcher", | 169 "type": "windowed_test_launcher", |
| 170 }, | 170 }, |
| 171 "motopho_latency_test": { |
| 172 "label": "//chrome/test/vr/perf/latency/:motopho_latency_test", |
| 173 "type": "script", |
| 174 "script": "//chrome/test/vr/perf/latency/run_latency_test.py", |
| 175 "args": [ |
| 176 "--output-dir=${ISOLATED_OUTDIR}", |
| 177 "-v", |
| 178 ], |
| 179 }, |
| 171 "base_junit_tests": { | 180 "base_junit_tests": { |
| 172 "label": "//base:base_junit_tests", | 181 "label": "//base:base_junit_tests", |
| 173 "type": "junit_test", | 182 "type": "junit_test", |
| 174 }, | 183 }, |
| 175 "base_unittests": { | 184 "base_unittests": { |
| 176 "label": "//base:base_unittests", | 185 "label": "//base:base_unittests", |
| 177 "type": "console_test_launcher", | 186 "type": "console_test_launcher", |
| 178 }, | 187 }, |
| 179 "battor_agent_unittests": { | 188 "battor_agent_unittests": { |
| 180 "label": "//tools/battor_agent:battor_agent_unittests", | 189 "label": "//tools/battor_agent:battor_agent_unittests", |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1104 }, | 1113 }, |
| 1105 "wm_unittests": { | 1114 "wm_unittests": { |
| 1106 "label": "//ui/wm:wm_unittests", | 1115 "label": "//ui/wm:wm_unittests", |
| 1107 "type": "windowed_test_launcher", | 1116 "type": "windowed_test_launcher", |
| 1108 }, | 1117 }, |
| 1109 "wtf_unittests": { | 1118 "wtf_unittests": { |
| 1110 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1119 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1111 "type": "console_test_launcher", | 1120 "type": "console_test_launcher", |
| 1112 }, | 1121 }, |
| 1113 } | 1122 } |
| OLD | NEW |