bug 388320 - package crashreporter xpt (+ rename airbag module to

crashreporter).  r=bsmedberg
This commit is contained in:
ted.mielczarek@gmail.com 2007-07-16 14:00:26 -07:00
parent af998ada1b
commit 8557e19ccc
6 changed files with 6 additions and 3 deletions

View file

@ -522,3 +522,4 @@ extensions/talkback@mozilla.org/components/master.ini
extensions/talkback@mozilla.org/components/talkback.so extensions/talkback@mozilla.org/components/talkback.so
#endif #endif
#endif #endif
components/airbag.xpt

View file

@ -79,6 +79,7 @@ bin/components/content_xslt.xpt
bin/components/content_xtf.xpt bin/components/content_xtf.xpt
bin/components/contentprefs.xpt bin/components/contentprefs.xpt
bin/components/cookie.xpt bin/components/cookie.xpt
bin/components/crashreporter.xpt
bin/components/directory.xpt bin/components/directory.xpt
bin/components/docshell.xpt bin/components/docshell.xpt
bin/components/dom.xpt bin/components/dom.xpt

View file

@ -85,6 +85,7 @@ bin\components\content_xslt.xpt
bin\components\content_xtf.xpt bin\components\content_xtf.xpt
bin\components\contentprefs.xpt bin\components\contentprefs.xpt
bin\components\cookie.xpt bin\components\cookie.xpt
bin\components\crashreporter.xpt
bin\components\directory.xpt bin\components\directory.xpt
bin\components\docshell_base.xpt bin\components\docshell_base.xpt
bin\components\dom.xpt bin\components\dom.xpt

View file

@ -41,7 +41,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk include $(DEPTH)/config/autoconf.mk
MODULE = airbag MODULE = crashreporter
LIBXUL_LIBRARY = 1 LIBXUL_LIBRARY = 1
LIBRARY_NAME = exception_handler_s LIBRARY_NAME = exception_handler_s

View file

@ -51,7 +51,7 @@ endif
REQUIRES = \ REQUIRES = \
xpcom \ xpcom \
string \ string \
airbag \ crashreporter \
$(NULL) $(NULL)
LIBS = \ LIBS = \

View file

@ -86,7 +86,7 @@ REQUIRES += tracemalloc
endif endif
ifdef MOZ_AIRBAG ifdef MOZ_AIRBAG
REQUIRES += airbag REQUIRES += crashreporter
endif endif
FORCE_STATIC_LIB = 1 FORCE_STATIC_LIB = 1