Bug 1139050 - Add moz.build BUG_COMPONENT metadata for xpcom/. r=froydnj

This commit is contained in:
Andrew McCreight 2015-03-10 16:41:38 -07:00
Родитель 794ab1c0ea
Коммит 75b58ba304
3 изменённых файлов: 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('nsString*'):
BUG_COMPONENT = ('Core', 'String')
DIRS += ['standalone']
# On win we build two glue libs - glue linked to crt dlls here and in staticruntime we 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', 'XPCOM')
DIRS += [
'idl-parser',
]

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

@ -4,6 +4,12 @@
# 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', 'String')
with Files('nsAlgorithm.h'):
BUG_COMPONENT = ('Core', 'XPCOM')
EXPORTS += [
'nsAlgorithm.h',
'nsAString.h',