gecko-dev/layout/tools/recording/components.conf
Kris Maglione d1387a43bc Bug 1524688: Part 47 - Convert RecordingCmdLine to static registration. r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D18457

--HG--
rename : layout/tools/recording/recording-cmdline.js => layout/tools/recording/RecordingCmdLine.jsm
extra : source : 28105bf7bf6a823ee2ec2baec25a881d8965b976
2019-01-30 11:17:02 -08:00

16 lines
642 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': '{86FB70EC-90FF-45AD-A1C1-F77D3C1184E9}',
'contract_ids': ['@mozilla.org/commandlinehandler/general-startup;1?type=recording'],
'jsm': 'resource://gre/modules/RecordingCmdLine.jsm',
'constructor': 'RecordingCmdLineHandler',
'categories': {'command-line-handler': 'm-recording'},
},
]