gecko-dev/toolkit/components/gfx/moz.build
Kris Maglione 6802f8ca3a Bug 1524688: Part 34 - Convert gfx SanityTest to static registration. r=mattwoodrow
Differential Revision: https://phabricator.services.mozilla.com/D18444

--HG--
rename : toolkit/components/gfx/SanityTest.js => toolkit/components/gfx/SanityTest.jsm
extra : source : f509a5759fdf1062844c10edf2c26da48b7424e1
2019-01-30 10:37:01 -08:00

19 lines
471 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/.
with Files('**'):
BUG_COMPONENT = ('Core', 'Graphics')
EXTRA_JS_MODULES += [
'SanityTest.jsm',
]
XPCOM_MANIFESTS += [
'components.conf',
]
JAR_MANIFESTS += ['jar.mn']