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

Unified Diff: device/vr/BUILD.gn

Issue 2494733002: Reland of mojo VR interface simpified. (Closed)
Patch Set: Fix Werror Created 4 years, 1 month 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_browser_manifest.json ('k') | device/vr/android/gvr/gvr_device.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 317c8989c25dc8ef1a024fa6a9724ac483252b5a..d07f62630e14556f253d30629db4929b63551131 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -13,12 +13,13 @@ component("vr") {
output_name = "device_vr"
sources = [
- "vr_client_dispatcher.h",
"vr_device.cc",
"vr_device.h",
"vr_device_manager.cc",
"vr_device_manager.h",
"vr_device_provider.h",
+ "vr_display_impl.cc",
+ "vr_display_impl.h",
"vr_service_impl.cc",
"vr_service_impl.h",
]
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | device/vr/android/gvr/gvr_device.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698