naiveproxy/third_party/WebKit/Source/modules/vr/BUILD.gn
2018-01-28 13:32:06 -05:00

69 lines
1.8 KiB
Plaintext

# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("vr") {
sources = [
"NavigatorVR.cpp",
"NavigatorVR.h",
"VRController.cpp",
"VRController.h",
"VRDisplay.cpp",
"VRDisplay.h",
"VRDisplayCapabilities.h",
"VRDisplayEvent.cpp",
"VRDisplayEvent.h",
"VREyeParameters.cpp",
"VREyeParameters.h",
"VRFieldOfView.h",
"VRFrameData.cpp",
"VRFrameData.h",
"VRGetDevicesCallback.cpp",
"VRGetDevicesCallback.h",
"VRPose.cpp",
"VRPose.h",
"VRStageParameters.cpp",
"VRStageParameters.h",
"latest/VR.cpp",
"latest/VR.h",
"latest/VRCoordinateSystem.cpp",
"latest/VRCoordinateSystem.h",
"latest/VRDevice.cpp",
"latest/VRDevice.h",
"latest/VRDeviceEvent.cpp",
"latest/VRDeviceEvent.h",
"latest/VRDevicePose.cpp",
"latest/VRDevicePose.h",
"latest/VRFrameOfReference.cpp",
"latest/VRFrameOfReference.h",
"latest/VRFrameProvider.cpp",
"latest/VRFrameProvider.h",
"latest/VRFrameRequestCallbackCollection.cpp",
"latest/VRFrameRequestCallbackCollection.h",
"latest/VRLayer.cpp",
"latest/VRLayer.h",
"latest/VRPresentationFrame.cpp",
"latest/VRPresentationFrame.h",
"latest/VRSession.cpp",
"latest/VRSession.h",
"latest/VRSessionEvent.cpp",
"latest/VRSessionEvent.h",
"latest/VRStageBounds.cpp",
"latest/VRStageBounds.h",
"latest/VRStageBoundsPoint.h",
"latest/VRView.cpp",
"latest/VRView.h",
"latest/VRViewport.h",
"latest/VRWebGLDrawingBuffer.cpp",
"latest/VRWebGLDrawingBuffer.h",
"latest/VRWebGLLayer.cpp",
"latest/VRWebGLLayer.h",
]
deps = [
"//device/vr:mojo_bindings_blink",
]
}