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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « BUILD.gn ('k') | chrome/test/vr/perf/latency/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/vr/perf/BUILD.gn
diff --git a/chrome/test/vr/perf/BUILD.gn b/chrome/test/vr/perf/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..95ec12e7cbfb819e8c892ef799e4d5688efce990
--- /dev/null
+++ b/chrome/test/vr/perf/BUILD.gn
@@ -0,0 +1,20 @@
+# Copyright 2017 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+group("motopho_latency_test") {
+ testonly = true
+ data = [
+ "./latency/__init__.py",
+ "./latency/android_webvr_latency_test.py",
+ "./latency/motopho_thread.py",
+ "./latency/robot_arm.py",
+ "./latency/run_latency_test.py",
+ "./latency/webvr_latency_test.py",
+ "//third_party/android_tools/sdk/platform-tools/adb",
+ "//third_party/gvr-android-sdk/test-apks/vr_services/vr_services_current.apk",
+ ]
+ data_deps = [
+ "//chrome/android:chrome_public_apk",
+ ]
+}
« 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