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

Side by Side Diff: chrome/test/vr/perf/BUILD.gn

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 | « BUILD.gn ('k') | chrome/test/vr/perf/latency/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 group("motopho_latency_test") {
6 testonly = true
7 data = [
8 "./latency/__init__.py",
9 "./latency/android_webvr_latency_test.py",
10 "./latency/motopho_thread.py",
11 "./latency/robot_arm.py",
12 "./latency/run_latency_test.py",
13 "./latency/webvr_latency_test.py",
14 "//third_party/android_tools/sdk/platform-tools/adb",
15 "//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk ",
16 ]
17 data_deps = [
18 "//chrome/android:chrome_public_apk",
19 ]
20 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | chrome/test/vr/perf/latency/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698