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

Side by Side Diff: third_party/WebKit/Source/modules/vr/BUILD.gn

Issue 2331553002: Update WebVR interface to match the 1.1 spec (Closed)
Patch Set: Addressed further feedback Created 4 years, 3 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 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("//third_party/WebKit/Source/modules/modules.gni") 5 import("//third_party/WebKit/Source/modules/modules.gni")
6 6
7 blink_modules_sources("vr") { 7 blink_modules_sources("vr") {
8 sources = [ 8 sources = [
9 "NavigatorVR.cpp", 9 "NavigatorVR.cpp",
10 "NavigatorVR.h", 10 "NavigatorVR.h",
11 "VRController.cpp", 11 "VRController.cpp",
12 "VRController.h", 12 "VRController.h",
13 "VRDisplay.cpp", 13 "VRDisplay.cpp",
14 "VRDisplay.h", 14 "VRDisplay.h",
15 "VRDisplayCapabilities.cpp", 15 "VRDisplayCapabilities.cpp",
16 "VRDisplayCapabilities.h", 16 "VRDisplayCapabilities.h",
17 "VRDisplayEvent.cpp", 17 "VRDisplayEvent.cpp",
18 "VRDisplayEvent.h", 18 "VRDisplayEvent.h",
19 "VREyeParameters.cpp", 19 "VREyeParameters.cpp",
20 "VREyeParameters.h", 20 "VREyeParameters.h",
21 "VRFieldOfView.h", 21 "VRFieldOfView.h",
22 "VRFrameData.cpp",
23 "VRFrameData.h",
22 "VRGetDevicesCallback.cpp", 24 "VRGetDevicesCallback.cpp",
23 "VRGetDevicesCallback.h", 25 "VRGetDevicesCallback.h",
24 "VRPose.cpp", 26 "VRPose.cpp",
25 "VRPose.h", 27 "VRPose.h",
26 "VRStageParameters.cpp", 28 "VRStageParameters.cpp",
27 "VRStageParameters.h", 29 "VRStageParameters.h",
28 ] 30 ]
29 31
30 deps = [ 32 deps = [
31 "//device/vr:mojo_bindings_blink", 33 "//device/vr:mojo_bindings_blink",
32 ] 34 ]
33 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698