Bug 827513 - Remove services/notifications parts from SeaMonkey, rs=Callek

This commit is contained in:
Frank Wein 2013-01-09 00:12:16 +01:00
Родитель 6ba3b4d152
Коммит 735c4754e6
3 изменённых файлов: 3 добавлений и 10 удалений

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

@ -35,7 +35,6 @@ fi
MOZ_SERVICES_AITC=1
MOZ_SERVICES_COMMON=1
MOZ_SERVICES_CRYPTO=1
MOZ_SERVICES_NOTIFICATIONS=1
MOZ_SERVICES_SYNC=1
MOZ_URL_CLASSIFIER=1

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

@ -376,9 +376,6 @@
@BINPATH@/components/messageWakeupService.manifest
@BINPATH@/components/NetworkGeolocationProvider.js
@BINPATH@/components/NetworkGeolocationProvider.manifest
#ifdef MOZ_SERVICES_NOTIFICATIONS
@BINPATH@/components/NotificationsComponents.manifest
#endif
@BINPATH@/components/nsAbout.js
@BINPATH@/components/nsBadCertHandler.js
@BINPATH@/components/nsBadCertHandler.manifest
@ -585,9 +582,6 @@
#ifdef MOZ_SERVICES_AITC
@BINPATH@/@PREF_DIR@/services-aitc.js
#endif
#ifdef MOZ_SERVICES_NOTIFICATIONS
@BINPATH@/@PREF_DIR@/services-notifications.js
#endif
#ifdef MOZ_SERVICES_SYNC
@BINPATH@/@PREF_DIR@/services-sync.js
#endif

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

@ -637,6 +637,7 @@ xpicleanup@BIN_SUFFIX@
components/mdn-service.js
components/msgAsyncPrompter.js
components/NetworkGeolocationProvider.js
components/NotificationsComponents.manifest
components/newsblog.js
components/nsAbAutoCompleteMyDomain.js
components/nsAbAutoCompleteSearch.js
@ -1041,6 +1042,7 @@ xpicleanup@BIN_SUFFIX@
modules/services-common/utils.js
modules/services-crypto/utils.js
modules/services-crypto/WeaveCrypto.js
modules/services-notifications/service.js
modules/services-sync/addonsreconciler.js
modules/services-sync/constants.js
modules/services-sync/engines/addons.js
@ -1139,9 +1141,7 @@ xpicleanup@BIN_SUFFIX@
#ifndef MOZ_SERVICES_AITC
defaults/pref/services-aitc.js
#endif
#ifndef MOZ_SERVICES_NOTIFICATIONS
defaults/pref/services-notifications.js
#endif
defaults/pref/services-notifications.js
#ifndef MOZ_SERVICES_SYNC
defaults/pref/services-sync.js
#endif