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

Unified Diff: chrome/test/vr/perf/latency/BUILD.gn

Issue 2823883003: Make VR latency results compatible with perf dashboard, refactor into classes (Closed)
Patch Set: Address leilei@ comments 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
Index: chrome/test/vr/perf/latency/BUILD.gn
diff --git a/chrome/test/vr/perf/latency/BUILD.gn b/chrome/test/vr/perf/latency/BUILD.gn
index 6e158dd02f35b72221629f467818a52dd7f614b6..62d384ad59ce2a91de57218abc7c32a6c24fa88f 100644
--- a/chrome/test/vr/perf/latency/BUILD.gn
+++ b/chrome/test/vr/perf/latency/BUILD.gn
@@ -5,7 +5,14 @@
group("motopho_latency_test") {
testonly = true
data = [
+ "./__init__.py",
+ "./android_webvr_latency_test.py",
+ "./motopho_thread.py",
+ "./robot_arm.py",
"./run_latency_test.py",
+ "./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 | « no previous file | chrome/test/vr/perf/latency/__init__.py » ('j') | chrome/test/vr/perf/latency/webvr_latency_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698