Bug 1813856 - Update BUG_COMPONENT in xpcom/base to use the new component for nsCycleCollect* files. r=smaug DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D168320
This commit is contained in:
Andrew McCreight 2023-01-31 00:50:14 +00:00
Родитель cfa53fc21d
Коммит 18ccf5cbcc
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -7,6 +7,9 @@
with Files("**"):
BUG_COMPONENT = ("Core", "XPCOM")
with Files("nsCycleCollect*"):
BUG_COMPONENT = ("Core", "Cycle Collector")
DIRS += [
"idl-parser/xpidl",
"geckoprocesstypes_generator/geckoprocesstypes",