https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 8cff636d2d83a1e2d091e323bf21ec9b59e2c5d2 authored by ffxbld on 03 March 2016, 01:13:51 UTC
Added FIREFOX_38_7_0esr_RELEASE FIREFOX_38_7_0esr_BUILD1 tag(s) for changeset df519be857c8. DONTBUILD CLOSED TREE a=release
Tip revision: 8cff636
moz.build
# -*- Mode: python; c-basic-offset: 4; 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/.

MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']

EXTRA_COMPONENTS += [
    'jsconsole-clhandler.js',
    'jsconsole-clhandler.manifest',
]

JAR_MANIFESTS += ['jar.mn']
back to top