Skip to content
Snippets Groups Projects
Commit 246c2108 authored by Joel Maher's avatar Joel Maher
Browse files

Bug 1345542 - add BUG_COMPONENT to parser/* files. r=hsivonen

MozReview-Commit-ID: 3ujsuyVNFlL
parent d1d17eb8
No related branches found
No related tags found
No related merge requests found
......@@ -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', 'XML')
DIRS += ['lib']
EXPORTS += [
......
......@@ -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', 'XML')
MOCHITEST_MANIFESTS += ['tests/mochitest/mochitest.ini']
BROWSER_CHROME_MANIFESTS += ['tests/mochitest/browser.ini']
......
......@@ -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', 'HTML: Parser')
DIRS += ['expat', 'xml', 'htmlparser', 'html']
EXPORTS += [
......
......@@ -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', 'XML')
TEST_DIRS += ['test']
XPIDL_SOURCES += [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment