Bug 1334242 - add BUG_COMPONENT to dom/security/* files. r=ckerschb

MozReview-Commit-ID: EeYWpLBI5G5
This commit is contained in:
Joel Maher 2017-01-27 08:18:50 -05:00
Родитель 46e9abd3d4
Коммит 2c0ed9cf64
2 изменённых файлов: 6 добавлений и 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', 'DOM: Security')
TEST_DIRS += ['test']
EXPORTS.mozilla.dom += [

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

@ -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('cors/**'):
BUG_COMPONENT = ('Core', 'Networking')
XPCSHELL_TESTS_MANIFESTS += [
'unit/xpcshell.ini',
]