Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2823883003: Make VR latency results compatible with perf dashboard, refactor into classes (Closed)
Patch Set: Address nits Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/vr/perf/latency/webvr_latency_test.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "motopho_latency_test": { 164 "motopho_latency_test": {
165 "label": "//chrome/test/vr/perf/latency/:motopho_latency_test", 165 "label": "//chrome/test/vr/perf:motopho_latency_test",
166 "type": "script", 166 "type": "script",
167 "script": "//chrome/test/vr/perf/latency/run_latency_test.py", 167 "script": "//chrome/test/vr/perf/latency/run_latency_test.py",
168 "args": [ 168 "args": [
169 "--output-dir=${ISOLATED_OUTDIR}", 169 "--output-dir=${ISOLATED_OUTDIR}",
170 "-v", 170 "-v",
171 ], 171 ],
172 }, 172 },
173 "base_junit_tests": { 173 "base_junit_tests": {
174 "label": "//base:base_junit_tests", 174 "label": "//base:base_junit_tests",
175 "type": "junit_test", 175 "type": "junit_test",
(...skipping 938 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 }, 1114 },
1115 "wm_unittests": { 1115 "wm_unittests": {
1116 "label": "//ui/wm:wm_unittests", 1116 "label": "//ui/wm:wm_unittests",
1117 "type": "windowed_test_launcher", 1117 "type": "windowed_test_launcher",
1118 }, 1118 },
1119 "wtf_unittests": { 1119 "wtf_unittests": {
1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1120 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1121 "type": "console_test_launcher", 1121 "type": "console_test_launcher",
1122 }, 1122 },
1123 } 1123 }
OLDNEW
« no previous file with comments | « chrome/test/vr/perf/latency/webvr_latency_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698