gecko-dev/gfx/vr/components.conf
thomasmo eb4b31835a Bug 1565295 - Create Command Line Handler for FxR on desktop r=mossop
This change introduces the stubs for nsFxrCommandLineHandler,
which will support launching Firefox Reality on Desktop.

Differential Revision: https://phabricator.services.mozilla.com/D37760

--HG--
extra : moz-landing-system : lando
2019-07-11 21:01:04 +00:00

16 lines
589 B
Python

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Classes = [
{
'cid': '{5baca10a-4d53-4335-b24d-c69696640a9a}',
'contract_ids': ['@mozilla.org/fxr/clh;1'],
'type': 'nsFxrCommandLineHandler',
'headers': ['/gfx/vr/nsFxrCommandLineHandler.h'],
'categories': {'command-line-handler': 'm-vrbrowser'},
},
]