Commit 789bc632 authored by bsheedy's avatar bsheedy Committed by Commit Bot

Fix broken VR gtest perftest

Applies the same fix from https://chromium-review.googlesource.com/c/chromium/src/+/783150
to vr_common_perftests, as it is failing for the same reason the
unittests were previously.

Bug: 
Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel
Change-Id: I855ce021db6ef8ab83565b7b2ccccd64ebc4b785
Reviewed-on: https://chromium-review.googlesource.com/792391Reviewed-by: default avatarChristopher Grant <cjgrant@chromium.org>
Commit-Queue: Brian Sheedy <bsheedy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519735}
parent 47209095
......@@ -298,6 +298,9 @@ test("vr_common_perftests") {
":vr_test_support",
"//testing/perf",
]
if (is_android) {
deps += [ "//ui/android:ui_java" ]
}
# Needed for isolate script to execute
data = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment