Name: OpenVR SDK Short Name: OpenVR URL: https://github.com/ValveSoftware/openvr Version: 1.8.19 Date: 5 Nov 2019 Revision: 176b58f6ccaaae3e9d14efaf612c50b72ec5da76 License: BSD 3-Clause License File: src/LICENSE Security Critical: yes Description: The OpenVR API supports HTC Vive and other headsets for VR. Local Modifications: Only contains a subset of the git repo necessary to build Chromium. (Note that this includes removing jsoncpp as we use it from \\third_party). Redefined VRLog to avoid logspam on startup. Define alloca to map to _alloca on Windows Use #defines to remove try/catch from vrpathregistry_public.cpp Copy the correct files with these commands: copy %openvrsdk%\README.md %chromiumopenvr%\src copy %openvrsdk%\LICENSE %chromiumopenvr%\src xcopy /S %openvrsdk%\src %chromiumopenvr%\src\src /EXCLUDE:%chromiumopenvr%\openvr_jsoncpp.txt xcopy /S %openvrsdk%\headers %chromiumopenvr%\src\headers /EXCLUDE:%chromiumopenvr%\openvr_jsoncpp.txt