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

Issue 2754253003: Add OpenVR SDK to third_party (Closed)

Created:
3 years, 9 months ago by billorr
Modified:
3 years, 6 months ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Add OpenVR SDK to third_party This change adds third_party/openvr so we can target OpenVR on desktop. As said in README.chromium, this is a copy of files from the OpenVR git repository. BUG=644793 Review-Url: https://codereview.chromium.org/2754253003 Cr-Commit-Position: refs/heads/master@{#476204} Committed: https://chromium.googlesource.com/chromium/src/+/59fa2d9df6df0450d142cea1364b1fb73eb535d0

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase and fix copyright #

Total comments: 2

Patch Set 3 : feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27179 lines, -0 lines) Patch
A third_party/openvr/BUILD.gn View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/openvr/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A third_party/openvr/OWNERS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/openvr/README.chromium View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/openvr/src/LICENSE View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/openvr/src/README.md View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/openvr/src/headers/openvr.h View 1 2 1 chunk +3643 lines, -0 lines 0 comments Download
A third_party/openvr/src/headers/openvr_api.cs View 1 2 1 chunk +4786 lines, -0 lines 0 comments Download
A third_party/openvr/src/headers/openvr_api.json View 1 2 1 chunk +3789 lines, -0 lines 0 comments Download
A third_party/openvr/src/headers/openvr_capi.h View 1 2 1 chunk +1869 lines, -0 lines 0 comments Download
A third_party/openvr/src/headers/openvr_driver.h View 1 2 1 chunk +2541 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/CMakeLists.txt View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/README View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/ivrclientcore.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/json/json.h View 1 2 1 chunk +2077 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/json/json-forwards.h View 1 2 1 chunk +284 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/jsoncpp.cpp View 1 2 1 chunk +5266 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/openvr_api_public.cpp View 1 2 1 chunk +284 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/dirtools_public.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/dirtools_public.cpp View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/envvartools_public.h View 1 2 1 chunk +7 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/envvartools_public.cpp View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/hmderrors_public.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/hmderrors_public.cpp View 1 2 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/pathtools_public.h View 1 2 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/pathtools_public.cpp View 1 2 1 chunk +818 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/sharedlibtools_public.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/sharedlibtools_public.cpp View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/strtools_public.h View 1 2 1 chunk +126 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/strtools_public.cpp View 1 2 1 chunk +437 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/vrpathregistry_public.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/openvr/src/src/vrcommon/vrpathregistry_public.cpp View 1 2 1 chunk +409 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (6 generated)
billorr
https://codereview.chromium.org/2754253003/diff/1/third_party/openvr/BUILD.gn File third_party/openvr/BUILD.gn (right): https://codereview.chromium.org/2754253003/diff/1/third_party/openvr/BUILD.gn#newcode1 third_party/openvr/BUILD.gn:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 9 months ago (2017-03-18 00:10:44 UTC) #1
billorr
https://codereview.chromium.org/2754253003/diff/1/third_party/openvr/BUILD.gn File third_party/openvr/BUILD.gn (right): https://codereview.chromium.org/2754253003/diff/1/third_party/openvr/BUILD.gn#newcode1 third_party/openvr/BUILD.gn:1: # Copyright 2016 The Chromium Authors. All rights reserved. ...
3 years, 9 months ago (2017-03-21 20:26:43 UTC) #2
billorr
PTAL. I'll be sending out for security/legal, and follow up with eng-reviews shortly.
3 years, 9 months ago (2017-03-21 20:34:45 UTC) #4
ddorwin
https://codereview.chromium.org/2754253003/diff/10001/third_party/openvr/BUILD.gn File third_party/openvr/BUILD.gn (right): https://codereview.chromium.org/2754253003/diff/10001/third_party/openvr/BUILD.gn#newcode8 third_party/openvr/BUILD.gn:8: configs -= [ "//build/config/win:unicode" ] Explain this and the ...
3 years, 9 months ago (2017-03-21 21:05:07 UTC) #6
billorr
jochen@chromium.org: Please review changes in third_party.
3 years, 9 months ago (2017-03-21 21:30:52 UTC) #8
billorr
https://codereview.chromium.org/2754253003/diff/10001/third_party/openvr/BUILD.gn File third_party/openvr/BUILD.gn (right): https://codereview.chromium.org/2754253003/diff/10001/third_party/openvr/BUILD.gn#newcode8 third_party/openvr/BUILD.gn:8: configs -= [ "//build/config/win:unicode" ] On 2017/03/21 21:05:07, ddorwin ...
3 years, 9 months ago (2017-03-21 21:36:39 UTC) #9
bajones
Given that OpenVR is available on GitHub and that we don't need to modify it ...
3 years, 9 months ago (2017-03-21 22:59:39 UTC) #10
billorr
On 2017/03/21 22:59:39, bajones wrote: > Given that OpenVR is available on GitHub and that ...
3 years, 9 months ago (2017-03-21 23:06:18 UTC) #11
bajones
Ok, I didn't realize that. I wonder if there's a reasonable way to ignore certain ...
3 years, 9 months ago (2017-03-21 23:10:23 UTC) #12
billorr
On 2017/03/21 23:10:23, bajones wrote: > Ok, I didn't realize that. I wonder if there's ...
3 years, 9 months ago (2017-03-21 23:16:32 UTC) #13
jochen (gone - plz use gerrit)
will you need additional things to actually use this, e.g., will developers need to have ...
3 years, 9 months ago (2017-03-22 10:04:00 UTC) #14
billorr
On 2017/03/22 10:04:00, jochen wrote: > will you need additional things to actually use this, ...
3 years, 9 months ago (2017-03-22 17:09:37 UTC) #15
billorr
On 2017/03/22 17:09:37, billorr wrote: > On 2017/03/22 10:04:00, jochen wrote: > > will you ...
3 years, 9 months ago (2017-03-23 19:50:15 UTC) #16
jochen (gone - plz use gerrit)
ok, thanks for following up on this. lgtm to land as soon as you have ...
3 years, 9 months ago (2017-03-23 19:51:14 UTC) #17
xam
On 2017/03/23 19:51:14, jochen wrote: > ok, thanks for following up on this. > > ...
3 years, 9 months ago (2017-03-24 19:50:56 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at: https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2754253003/20001
3 years, 6 months ago (2017-06-01 04:33:09 UTC) #20
commit-bot: I haz the power
3 years, 6 months ago (2017-06-01 06:05:46 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/59fa2d9df6df0450d142cea1364b...

Powered by Google App Engine
This is Rietveld 408576698