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

Side by Side Diff: device/vr/BUILD.gn

Issue 2488273002: Revert of mojo VR interface simplified (Closed)
Patch Set: 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
11 11
12 component("vr") { 12 component("vr") {
13 output_name = "device_vr" 13 output_name = "device_vr"
14 14
15 sources = [ 15 sources = [
16 "vr_client_dispatcher.h",
16 "vr_device.cc", 17 "vr_device.cc",
17 "vr_device.h", 18 "vr_device.h",
18 "vr_device_manager.cc", 19 "vr_device_manager.cc",
19 "vr_device_manager.h", 20 "vr_device_manager.h",
20 "vr_device_provider.h", 21 "vr_device_provider.h",
21 "vr_display_impl.cc",
22 "vr_display_impl.h",
23 "vr_service_impl.cc", 22 "vr_service_impl.cc",
24 "vr_service_impl.h", 23 "vr_service_impl.h",
25 ] 24 ]
26 25
27 deps = [ 26 deps = [
28 ":mojo_bindings", 27 ":mojo_bindings",
29 "//base", 28 "//base",
30 "//mojo/public/cpp/bindings", 29 "//mojo/public/cpp/bindings",
31 "//ui/gfx", 30 "//ui/gfx",
32 ] 31 ]
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 ] 71 ]
73 } 72 }
74 73
75 mojom("mojo_bindings") { 74 mojom("mojo_bindings") {
76 sources = [ 75 sources = [
77 "vr_service.mojom", 76 "vr_service.mojom",
78 ] 77 ]
79 78
80 use_new_wrapper_types = false 79 use_new_wrapper_types = false
81 } 80 }
OLDNEW
« 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