diff options
Diffstat (limited to 'components/console/moz.build')
-rw-r--r-- | components/console/moz.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/console/moz.build b/components/console/moz.build new file mode 100644 index 000000000..43e3d8d02 --- /dev/null +++ b/components/console/moz.build @@ -0,0 +1,11 @@ +# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- +# 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_COMPONENTS += [ + 'jsconsole-clhandler.js', + 'jsconsole-clhandler.manifest', +] + +JAR_MANIFESTS += ['jar.mn'] |