gecko-dev/browser/components/library/moz.build
Ursula Sarracini 5c103c6c50 Bug 1444500 - Add an about:library page to Firefox r=dmose
MozReview-Commit-ID: 2hhGhSflnXM

--HG--
extra : rebase_source : 7657f7ca76ac9685cf9faa8b5f266dc75c949994
2018-04-10 15:11:55 -04:00

12 lines
410 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/.
JAR_MANIFESTS += ['jar.mn']
FINAL_LIBRARY = 'browsercomps'
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Library')