gecko-dev/layout/tools/recording/moz.build
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
417 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/.
EXTRA_JS_MODULES += [
'RecordingCmdLine.jsm',
]
XPCOM_MANIFESTS += [
'components.conf',
]
JAR_MANIFESTS += ['jar.mn']