Bug 1344837 - add BUG_COMPONENT to mozglue/* files. r=glandium

MozReview-Commit-ID: 5Z9N3L0hVsY
This commit is contained in:
Joel Maher 2017-03-09 05:33:30 -05:00
Родитель 41e6060a92
Коммит 8646492091
1 изменённых файлов: 3 добавлений и 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", "mozglue")
if CONFIG['MOZ_LINKER']:
DIRS += ['linker']