1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 BUG_COMPONENT = ("Core", "WebVR")
10 EXPORTS.mozilla.dom += [
15 "XRBoundedReferenceSpace.h",
18 "XRInputSourceArray.h",
20 "XRPermissionRequest.h",
36 "VREventObserver.cpp",
38 "XRBoundedReferenceSpace.cpp",
41 "XRInputSourceArray.cpp",
43 "XRNativeOriginFixed.cpp",
44 "XRNativeOriginLocal.cpp",
45 "XRNativeOriginLocalFloor.cpp",
46 "XRNativeOriginTracker.cpp",
47 "XRNativeOriginViewer.cpp",
48 "XRPermissionRequest.cpp",
50 "XRReferenceSpace.cpp",
52 "XRRigidTransform.cpp",
61 include("/ipc/chromium/chromium-config.mozbuild")
64 LOCAL_INCLUDES += ["/dom/base"]
66 MOCHITEST_MANIFESTS += ["test/mochitest/mochitest.toml"]
67 REFTEST_MANIFESTS += ["test/reftest/reftest.list"]