Bug 1139216 - Add BUG_COMPONENT information for js/xpconnect/. r=bholley

This commit is contained in:
Andrew McCreight 2015-03-04 14:07:59 -08:00
parent a24ce95eac
commit ae356a9c5e

View File

@ -4,6 +4,9 @@
# 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', 'XPConnect')
DIRS += ['public', 'idl', 'wrappers', 'loader', 'src']
DIRS += ['shell']
TEST_DIRS += ['tests']