зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1257326 - Move MOZ_SERVICES_SYNC to Python configure. r=glandium
MozReview-Commit-ID: DCDoSgHfwVY
This commit is contained in:
Родитель
a7cfc175b0
Коммит
6cb2abce23
|
@ -292,9 +292,6 @@
|
|||
@RESPATH@/components/satchel.xpt
|
||||
@RESPATH@/components/saxparser.xpt
|
||||
@RESPATH@/components/sessionstore.xpt
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
@RESPATH@/components/services-crypto.xpt
|
||||
#endif
|
||||
@RESPATH@/components/services-crypto-component.xpt
|
||||
@RESPATH@/components/captivedetect.xpt
|
||||
@RESPATH@/components/shellservice.xpt
|
||||
|
@ -597,12 +594,6 @@
|
|||
@RESPATH@/components/nsINIProcessor.js
|
||||
@RESPATH@/components/nsPrompter.manifest
|
||||
@RESPATH@/components/nsPrompter.js
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
@RESPATH@/components/SyncComponents.manifest
|
||||
@RESPATH@/components/Weave.js
|
||||
@RESPATH@/components/WeaveCrypto.manifest
|
||||
@RESPATH@/components/WeaveCrypto.js
|
||||
#endif
|
||||
@RESPATH@/components/servicesComponents.manifest
|
||||
@RESPATH@/components/cryptoComponents.manifest
|
||||
@RESPATH@/components/CaptivePortalDetectComponents.manifest
|
||||
|
@ -737,11 +728,6 @@
|
|||
@RESPATH@/greprefs.js
|
||||
@RESPATH@/defaults/autoconfig/prefcalls.js
|
||||
|
||||
; Services (gre) prefs
|
||||
#ifdef MOZ_SERVICES_SYNC
|
||||
@RESPATH@/defaults/pref/services-sync.js
|
||||
#endif
|
||||
|
||||
; [Layout Engine Resources]
|
||||
; Style Sheets, Graphics and other Resources used by the layout engine.
|
||||
@RESPATH@/res/EditorOverride.css
|
||||
|
|
|
@ -28,7 +28,6 @@ fi
|
|||
MOZ_ENABLE_SIGNMAR=1
|
||||
|
||||
MOZ_SAFE_BROWSING=1
|
||||
MOZ_SERVICES_SYNC=1
|
||||
MOZ_SERVICES_CLOUDSYNC=1
|
||||
MOZ_APP_VERSION=$FIREFOX_VERSION
|
||||
MOZ_APP_VERSION_DISPLAY=$FIREFOX_VERSION_DISPLAY
|
||||
|
|
|
@ -6,5 +6,6 @@
|
|||
|
||||
imply_option('MOZ_PLACES', True)
|
||||
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
|
||||
imply_option('MOZ_SERVICES_SYNC', True)
|
||||
|
||||
include('../toolkit/moz.configure')
|
||||
|
|
|
@ -8,4 +8,3 @@ MOZ_APP_DISPLAYNAME=GeckoEmbed
|
|||
MOZ_UPDATER=
|
||||
MOZ_APP_VERSION=$MOZILLA_VERSION
|
||||
MOZ_EXTENSIONS_DEFAULT=" gio"
|
||||
MOZ_SERVICES_SYNC=1
|
||||
|
|
|
@ -6,3 +6,4 @@
|
|||
|
||||
imply_option('MOZ_PLACES', True)
|
||||
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
|
||||
imply_option('MOZ_SERVICES_SYNC', True)
|
||||
|
|
|
@ -6553,12 +6553,6 @@ if test "$BUILD_CTYPES"; then
|
|||
AC_DEFINE(BUILD_CTYPES)
|
||||
fi
|
||||
|
||||
dnl Build Sync Services if required
|
||||
AC_SUBST(MOZ_SERVICES_SYNC)
|
||||
if test -n "$MOZ_SERVICES_SYNC"; then
|
||||
AC_DEFINE(MOZ_SERVICES_SYNC)
|
||||
fi
|
||||
|
||||
dnl Build Services/CloudSync if required
|
||||
AC_SUBST(MOZ_SERVICES_CLOUDSYNC)
|
||||
if test -n "$MOZ_SERVICES_CLOUDSYNC"; then
|
||||
|
|
|
@ -409,6 +409,9 @@ project_flag('MOZ_SERVICES_HEALTHREPORT',
|
|||
set_for_old_configure=True,
|
||||
set_as_define=True)
|
||||
|
||||
project_flag('MOZ_SERVICES_SYNC',
|
||||
help='Build Sync Services if required')
|
||||
|
||||
# Miscellaneous programs
|
||||
# ==============================================================
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче