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

Unified Diff: device/vr/BUILD.gn

Issue 2420743003: mojo VR interface simplified (Closed)
Patch Set: address leon@ comments about name Created 4 years, 2 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
Index: device/vr/BUILD.gn
diff --git a/device/vr/BUILD.gn b/device/vr/BUILD.gn
index 317c8989c25dc8ef1a024fa6a9724ac483252b5a..21844f878bd60550630ed3d2df256b2513a509c7 100644
--- a/device/vr/BUILD.gn
+++ b/device/vr/BUILD.gn
@@ -13,9 +13,10 @@ component("vr") {
output_name = "device_vr"
sources = [
- "vr_client_dispatcher.h",
"vr_device.cc",
"vr_device.h",
+ "vr_device_client_impl.cc",
+ "vr_device_client_impl.h",
"vr_device_manager.cc",
"vr_device_manager.h",
"vr_device_provider.h",

Powered by Google App Engine
This is Rietveld 408576698