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

Unified Diff: third_party/openvr/BUILD.gn

Issue 2754253003: Add OpenVR SDK to third_party (Closed)
Patch Set: 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 | « no previous file | third_party/openvr/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/openvr/BUILD.gn
diff --git a/third_party/openvr/BUILD.gn b/third_party/openvr/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..d9fb4205ea71fc42b0c8ba79d616b5a1a0a56d9b
--- /dev/null
+++ b/third_party/openvr/BUILD.gn
@@ -0,0 +1,30 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
billorr 2017/03/18 00:10:44 2017 also, double check for Copyright in other fi
billorr 2017/03/21 20:26:43 Done.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+loadable_module("openvr") {
+ output_name = "openvr_api"
+
+ configs -= [ "//build/config/win:unicode" ]
+
+ defines = [ "VR_API_PUBLIC" ]
+
+ sources = [
+ "src/src/jsoncpp.cpp",
+ "src/src/openvr_api_public.cpp",
+ "src/src/vrcommon/dirtools_public.cpp",
+ "src/src/vrcommon/envvartools_public.cpp",
+ "src/src/vrcommon/hmderrors_public.cpp",
+ "src/src/vrcommon/pathtools_public.cpp",
+ "src/src/vrcommon/sharedlibtools_public.cpp",
+ "src/src/vrcommon/strtools_public.cpp",
+ "src/src/vrcommon/vrpathregistry_public.cpp",
+ ]
+
+ include_dirs = [
+ "src/headers",
+ "src/src",
+ "src/src/json",
+ "src/src/vrcommon",
+ ]
+}
« no previous file with comments | « no previous file | third_party/openvr/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698