зеркало из https://github.com/mozilla/gecko-dev.git
Bug 921637 - Move activities so gaia can consume them in any environment. r=sicking
This commit is contained in:
Родитель
78ce85d53f
Коммит
0fa1b8bdd2
|
@ -61,5 +61,7 @@ fi
|
|||
MOZ_WEBGL_CONFORMANT=1
|
||||
# Enable navigator.mozPay
|
||||
MOZ_PAY=1
|
||||
# Enable activities. These are used for FxOS developers currently.
|
||||
MOZ_ACTIVITIES=1
|
||||
MOZ_JSDOWNLOADS=1
|
||||
|
||||
|
|
|
@ -521,6 +521,19 @@
|
|||
@BINPATH@/components/TCPSocketParentIntermediary.js
|
||||
@BINPATH@/components/TCPSocket.manifest
|
||||
|
||||
#ifdef MOZ_ACTIVITIES
|
||||
@BINPATH@/components/SystemMessageInternal.js
|
||||
@BINPATH@/components/SystemMessageManager.js
|
||||
@BINPATH@/components/SystemMessageManager.manifest
|
||||
|
||||
@BINPATH@/components/Activities.manifest
|
||||
@BINPATH@/components/ActivityOptions.js
|
||||
@BINPATH@/components/ActivityProxy.js
|
||||
@BINPATH@/components/ActivityRequestHandler.js
|
||||
@BINPATH@/components/ActivityWrapper.js
|
||||
@BINPATH@/components/ActivityMessageConfigurator.js
|
||||
#endif
|
||||
|
||||
@BINPATH@/components/Payment.js
|
||||
@BINPATH@/components/PaymentFlowInfo.js
|
||||
@BINPATH@/components/PaymentRequestInfo.js
|
||||
|
|
|
@ -7360,6 +7360,14 @@ if test -n "$MOZ_PAY"; then
|
|||
fi
|
||||
AC_SUBST(MOZ_PAY)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable Browser Support for Activities
|
||||
dnl ========================================================
|
||||
if test -n "$MOZ_ACTIVITIES"; then
|
||||
AC_DEFINE(MOZ_ACTIVITIES)
|
||||
fi
|
||||
AC_SUBST(MOZ_ACTIVITIES)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable Support for AudioChannelManager API
|
||||
dnl ========================================================
|
||||
|
|
Загрузка…
Ссылка в новой задаче