From 246c210896062151a28c49c4cca89865ecdd4870 Mon Sep 17 00:00:00 2001 From: Joel Maher Date: Fri, 10 Mar 2017 12:31:45 -0500 Subject: [PATCH] Bug 1345542 - add BUG_COMPONENT to parser/* files. r=hsivonen MozReview-Commit-ID: 3ujsuyVNFlL --- parser/expat/moz.build | 3 +++ parser/htmlparser/moz.build | 3 +++ parser/moz.build | 3 +++ parser/xml/moz.build | 3 +++ 4 files changed, 12 insertions(+) diff --git a/parser/expat/moz.build b/parser/expat/moz.build index 4522eae87bae..ce03db10fb7a 100644 --- a/parser/expat/moz.build +++ b/parser/expat/moz.build @@ -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 += [ diff --git a/parser/htmlparser/moz.build b/parser/htmlparser/moz.build index 7e5da29a5a6a..a2bce395c82a 100644 --- a/parser/htmlparser/moz.build +++ b/parser/htmlparser/moz.build @@ -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'] diff --git a/parser/moz.build b/parser/moz.build index 9d819d59de28..0b4611150720 100644 --- a/parser/moz.build +++ b/parser/moz.build @@ -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 += [ diff --git a/parser/xml/moz.build b/parser/xml/moz.build index fbce634c19ca..b659c0904313 100644 --- a/parser/xml/moz.build +++ b/parser/xml/moz.build @@ -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 += [