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

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: windows -> win 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..bedbcb71c89a4e275a9a7fd77d2689e815af6c09 100644
--- a/chrome/test/vr/perf/latency/BUILD.gn
+++ b/chrome/test/vr/perf/latency/BUILD.gn
@@ -5,7 +5,13 @@
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",
Lei Lei 2017/04/17 22:57:13 You can add all the files in one folder as data, b
bsheedy 2017/04/18 21:17:25 ./ works, and I had that before, but changed it to
Lei Lei 2017/04/20 04:56:20 Yep, I think it is better to move the BUILD.gn fil
bsheedy 2017/04/20 17:34:56 Done.
+ "//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/android_webvr_latency_test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698