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