Bug 696875 - Widget component interfaces not registered r=dougt

Change the XPIDL_MODULE in the widget/src/android folder to
be different from the one in widget/public, since this value
has to be unique across folders. Also include the new XPT in
the mobile android build.
This commit is contained in:
Kartikaya Gupta 2011-10-25 11:51:38 -04:00
Родитель f70f45c10f
Коммит c6defdb953
2 изменённых файлов: 4 добавлений и 1 удалений

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

@ -259,6 +259,9 @@
#ifdef XP_MACOSX
@BINPATH@/components/widget_cocoa.xpt
#endif
#ifdef ANDROID
@BINPATH@/components/widget_android.xpt
#endif
@BINPATH@/components/windowds.xpt
@BINPATH@/components/windowwatcher.xpt
@BINPATH@/components/xpcom_base.xpt

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

@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = widget
LIBRARY_NAME = widget_android
XPIDL_MODULE = widget
XPIDL_MODULE = widget_android
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = nsWidgetAndroidModule