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

MozReview-Commit-ID: 3ujsuyVNFlL
This commit is contained in:
Joel Maher 2017-03-10 12:31:45 -05:00
Родитель d1d17eb800
Коммит 246c210896
4 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -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 += [