blob: 45ed3f05e0058755151f5e89ecb155aa5dc3c339 [file] [log] [blame]
# Copyright 2017 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("xr") {
sources = [
"XR.cpp",
"XR.h",
"XRCoordinateSystem.cpp",
"XRCoordinateSystem.h",
"XRDevice.cpp",
"XRDevice.h",
"XRDevicePose.cpp",
"XRDevicePose.h",
"XRFrameOfReference.cpp",
"XRFrameOfReference.h",
"XRFrameProvider.cpp",
"XRFrameProvider.h",
"XRFrameRequestCallbackCollection.cpp",
"XRFrameRequestCallbackCollection.h",
"XRLayer.cpp",
"XRLayer.h",
"XRPresentationContext.cpp",
"XRPresentationContext.h",
"XRPresentationFrame.cpp",
"XRPresentationFrame.h",
"XRSession.cpp",
"XRSession.h",
"XRSessionEvent.cpp",
"XRSessionEvent.h",
"XRStageBounds.cpp",
"XRStageBounds.h",
"XRStageBoundsPoint.h",
"XRView.cpp",
"XRView.h",
"XRViewport.h",
"XRWebGLLayer.cpp",
"XRWebGLLayer.h",
]
deps = [
"//device/vr/public/mojom:mojom_blink",
]
}