зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1139050 - Add moz.build BUG_COMPONENT metadata for xpcom/. r=froydnj
This commit is contained in:
Родитель
794ab1c0ea
Коммит
75b58ba304
|
@ -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',
|
||||
|
|
Загрузка…
Ссылка в новой задаче