Commit 378d7c51 authored by Ben Mason's avatar Ben Mason Committed by Commit Bot

Check for existence of 64-bit library.

Bug: 1023634
Change-Id: I72e977935e55c57df06fe8e21eaa14b8773fc833
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307811
Commit-Queue: Ben Mason <benmason@chromium.org>
Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Reviewed-by: default avatarSamuel Huang <huangs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790085}
parent 6415e8a1
......@@ -32,9 +32,11 @@ std::unique_ptr<UiInterface> UiModuleFactory::Create(
// TODO(https://crbug.com/1019853): When all VR native code moves into the
// feature module, this factory will completely disappear. In the meantime,
// make it tolerant of two different variants of the VR lib (one for Chrome,
// one for Monochrome).
// one for Monochrome). chrome_64_vr_partition is omitted since it is not
// shipped in 64-bit configuration.
const std::vector<const std::string> library_name_possibilities = {
"monochrome_vr_partition",
"monochrome_64_vr_partition",
"chrome_vr_partition",
};
......
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