forked from mirrors/gecko-dev
bug 388320 - package crashreporter xpt (+ rename airbag module to
crashreporter). r=bsmedberg
This commit is contained in:
parent
af998ada1b
commit
8557e19ccc
6 changed files with 6 additions and 3 deletions
|
|
@ -522,3 +522,4 @@ extensions/talkback@mozilla.org/components/master.ini
|
|||
extensions/talkback@mozilla.org/components/talkback.so
|
||||
#endif
|
||||
#endif
|
||||
components/airbag.xpt
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ bin/components/content_xslt.xpt
|
|||
bin/components/content_xtf.xpt
|
||||
bin/components/contentprefs.xpt
|
||||
bin/components/cookie.xpt
|
||||
bin/components/crashreporter.xpt
|
||||
bin/components/directory.xpt
|
||||
bin/components/docshell.xpt
|
||||
bin/components/dom.xpt
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ bin\components\content_xslt.xpt
|
|||
bin\components\content_xtf.xpt
|
||||
bin\components\contentprefs.xpt
|
||||
bin\components\cookie.xpt
|
||||
bin\components\crashreporter.xpt
|
||||
bin\components\directory.xpt
|
||||
bin\components\docshell_base.xpt
|
||||
bin\components\dom.xpt
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ VPATH = @srcdir@
|
|||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = airbag
|
||||
MODULE = crashreporter
|
||||
LIBXUL_LIBRARY = 1
|
||||
LIBRARY_NAME = exception_handler_s
|
||||
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ endif
|
|||
REQUIRES = \
|
||||
xpcom \
|
||||
string \
|
||||
airbag \
|
||||
crashreporter \
|
||||
$(NULL)
|
||||
|
||||
LIBS = \
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ REQUIRES += tracemalloc
|
|||
endif
|
||||
|
||||
ifdef MOZ_AIRBAG
|
||||
REQUIRES += airbag
|
||||
REQUIRES += crashreporter
|
||||
endif
|
||||
|
||||
FORCE_STATIC_LIB = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue