Skip to content

Commit

Permalink
Bug 1139216 - Add BUG_COMPONENT information for js/xpconnect/. r=bholley
Browse files Browse the repository at this point in the history
  • Loading branch information
amccreight committed Mar 4, 2015
1 parent 15ac37d commit 9ea45aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/xpconnect/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 9ea45aa

Please sign in to comment.