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

Unified Diff: services/device/BUILD.gn

Issue 2603553002: Ports VRService to be hosted in the device service.
Patch Set: Ports VRService to be hosted in the device service. Created 3 years, 8 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 | « content/public/app/mojo/content_renderer_manifest.json ('k') | services/device/device_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/BUILD.gn
diff --git a/services/device/BUILD.gn b/services/device/BUILD.gn
index 3f781a768a853e207f20730cf05d05b4e588754a..80699bb1691da5d5bed0c6fd745b46adc080e25e 100644
--- a/services/device/BUILD.gn
+++ b/services/device/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/features.gni")
+import("//device/vr/features.gni")
import("//services/catalog/public/tools/catalog.gni")
import("//services/service_manager/public/cpp/service.gni")
import("//services/service_manager/public/service_manifest.gni")
@@ -30,6 +31,8 @@ source_set("lib") {
"//device/sensors",
"//device/sensors/public/interfaces",
"//device/vibration:mojo_bindings",
+ "//device/vr",
+ "//device/vr:features",
"//device/wake_lock",
"//services/device/fingerprint",
"//services/device/power_monitor",
« no previous file with comments | « content/public/app/mojo/content_renderer_manifest.json ('k') | services/device/device_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698