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

Unified Diff: third_party/openvr/README.chromium

Issue 2754253003: Add OpenVR SDK to third_party (Closed)
Patch Set: feedback Created 3 years, 9 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
« no previous file with comments | « third_party/openvr/OWNERS ('k') | third_party/openvr/src/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/openvr/README.chromium
diff --git a/third_party/openvr/README.chromium b/third_party/openvr/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..a67b5ffd04530ab2595a35be7c8d895ff08097e6
--- /dev/null
+++ b/third_party/openvr/README.chromium
@@ -0,0 +1,21 @@
+Name: OpenVR SDK
+Short Name: OpenVR
+URL: https://github.com/ValveSoftware/openvr
+Version: 1.0.4
+Date: 2 Feb 2017
+Revision: 7fa6470f2972970859f2395f1390f6d87d4b0fc3
+License: MIT
+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.
+
+Copy the correct files with these commands:
+copy %openvrsdk%\README.md %chromium%\src\third_party\openvr\src
+copy %openvrsdk%\LICENSE %chromium%\src\third_party\openvr\src
+xcopy /S %openvrsdk%\src %chromium%\src\third_party\openvr\src\src
+xcopy /S %openvrsdk%\headers %chromium%\src\third_party\openvr\src\headers
« no previous file with comments | « third_party/openvr/OWNERS ('k') | third_party/openvr/src/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698