Bug 717975 - only expose m-c implementation of mavigator.mozApps on b2g [r=jst]

This commit is contained in:
Fabrice Desré 2012-01-13 21:09:24 -08:00
parent e27f5dd66b
commit 13c10f6e0f
2 changed files with 6 additions and 5 deletions

View File

@ -134,7 +134,6 @@
@BINPATH@/components/directory.xpt
@BINPATH@/components/docshell.xpt
@BINPATH@/components/dom.xpt
@BINPATH@/components/dom_apps.xpt
@BINPATH@/components/dom_base.xpt
#ifdef MOZ_B2G_RIL
@BINPATH@/components/dom_telephony.xpt
@ -389,8 +388,6 @@
#endif
@BINPATH@/components/TelemetryPing.js
@BINPATH@/components/TelemetryPing.manifest
@BINPATH@/components/Webapps.js
@BINPATH@/components/Webapps.manifest
; Modules
@BINPATH@/modules/*

View File

@ -52,14 +52,18 @@ EXTRA_PP_COMPONENTS = \
ConsoleAPI.manifest \
$(NULL)
EXTRA_JS_MODULES = ConsoleAPIStorage.jsm \
$(NULL)
ifeq (gonk,$(MOZ_WIDGET_TOOLKIT))
EXTRA_COMPONENTS = \
Webapps.js \
Webapps.manifest \
$(NULL)
EXTRA_JS_MODULES = ConsoleAPIStorage.jsm \
Webapps.jsm \
EXTRA_JS_MODULES += Webapps.jsm \
$(NULL)
endif
XPIDLSRCS = \
nsIEntropyCollector.idl \