Port bug 1041886 - Separate Linux sandbox code into its own shared library. rs=port-by-build-system-peer. bustage fix for CLOSED TREE

This commit is contained in:
Mark Banner 2014-08-28 23:12:50 +01:00
Родитель 856d53143f
Коммит 1c66f9fe4f
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -692,6 +692,10 @@
; For process sandboxing
#if defined(XP_WIN)
@BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@
#elif defined(XP_LINUX)
#if defined(MOZ_CONTENT_SANDBOX) || defined(MOZ_GMP_SANDBOX)
@BINPATH@/@DLL_PREFIX@mozsandbox@DLL_SUFFIX@
#endif
#endif
; for Solaris SPARC