Remove Social API.

This commit is contained in:
Ascrod 2018-05-30 17:45:05 -04:00 committed by Roy Tam
commit 867cbe5252
54 changed files with 16 additions and 2882 deletions

View file

@ -2250,7 +2250,6 @@ MOZ_JETPACK=1
MOZ_DEVTOOLS_SERVER=1
MOZ_DEVTOOLS=
MOZ_PLACES=1
MOZ_SOCIAL=1
MOZ_SERVICES_HEALTHREPORT=1
MOZ_SERVICES_SYNC=1
MOZ_SERVICES_CLOUDSYNC=1
@ -5116,12 +5115,6 @@ if test "$MOZ_PLACES"; then
AC_DEFINE(MOZ_PLACES)
fi
dnl Build SocialAPI if required
AC_SUBST(MOZ_SOCIAL)
if test "$MOZ_SOCIAL"; then
AC_DEFINE(MOZ_SOCIAL)
fi
dnl Build Firefox Health Reporter Service
AC_SUBST(MOZ_SERVICES_HEALTHREPORT)
if test -n "$MOZ_SERVICES_HEALTHREPORT"; then