зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1141169: Add moz.build BUG_COMPONENT metadata for security/sandbox/ r=jld
This commit is contained in:
Родитель
b08af57c17
Коммит
4fecdb4ceb
|
@ -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', 'Security: Process Sandboxing')
|
||||
|
||||
if CONFIG['OS_ARCH'] == 'Linux':
|
||||
DIRS += ['linux']
|
||||
elif CONFIG['OS_ARCH'] == 'Darwin':
|
||||
|
|
Загрузка…
Ссылка в новой задаче