Support VR perf tests on Windows
Adds support for running the existing VR Telemetry benchmarks on
Windows. Currently only supports the Oculus runtime, which requires
special hardware and software to be installed, but additional runtime
support will be added in follow-up CLs.
Bug: 939178
Change-Id: I71056b1da9aa07a374602757f5ddfafcfc972316
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1521797
Reviewed-by: Caleb Rouleau <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Commit-Queue: Brian Sheedy <[email protected]>
Cr-Commit-Position: refs/heads/master@{#641697}
diff --git a/BUILD.gn b/BUILD.gn
index 6cc7dae..9f1e2c1 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -757,15 +757,13 @@
"//chrome/browser/vr:vr_common_perftests",
"//chrome/browser/vr:vr_common_unittests",
"//chrome/browser/vr:vr_pixeltests",
+ "//tools/perf/contrib/vr_benchmarks:vr_perf_tests",
]
if (is_desktop_linux && use_ozone) {
deps += [ "//chrome/browser/vr/testapp:vr_testapp" ]
}
if (is_android) {
- deps += [
- "//chrome/browser/android/vr:vr_android_unittests",
- "//tools/perf/contrib/vr_benchmarks:vr_perf_tests",
- ]
+ deps += [ "//chrome/browser/android/vr:vr_android_unittests" ]
}
}