Bug 1427505: Move `MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES` to moz.configure; r=Fallen,frg

MozReview-Commit-ID: HAcP94Xys4a

--HG--
extra : rebase_source : 054e6ed467cbcf4ef0684dc31100104c267afd45
extra : histedit_source : 6ecc105a5f7348cd8bd0add62dbb0f6d5f0adb9f
This commit is contained in:
Tom Prince 2017-12-31 15:37:40 -07:00
Родитель d6a4f7d31c
Коммит 2f1a0f05dd
5 изменённых файлов: 4 добавлений и 3 удалений

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

@ -8,7 +8,6 @@ dnl Things we need to carry from confvars.sh
AC_DEFINE(MOZ_THUNDERBIRD)
AC_SUBST(MOZ_THUNDERBIRD)
AC_SUBST(THUNDERBIRD_VERSION)
AC_DEFINE(MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES)
AC_SUBST(MOZ_BUNDLED_FONTS)
dnl More things we need to carry from confvars.sh

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

@ -4,6 +4,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set_define('MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES', True)
imply_option('MOZ_PLACES', True)
imply_option('MOZ_ALLOW_LEGACY_EXTENSIONS', True)

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

@ -8,7 +8,6 @@ dnl Things we need to carry from confvars.sh
AC_DEFINE(MOZ_SUITE)
AC_SUBST(MOZ_SUITE)
AC_SUBST(SEAMONKEY_VERSION)
AC_DEFINE(MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES)
AC_SUBST(MOZ_BUNDLED_FONTS)
AC_SUBST(MOZ_IRC)
AC_SUBST(MOZ_DOMINSPECTOR)

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

@ -27,7 +27,6 @@ SEAMONKEY_VERSION=$MOZ_APP_VERSION
MOZ_APP_ID={92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}
MOZ_PROFILE_MIGRATOR=1
MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES=1
if test "$NIGHTLY_BUILD"; then
MOZ_RUST_URLPARSE=1

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

@ -4,6 +4,8 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
set_define('MOZ_SEPARATE_MANIFEST_FOR_THEME_OVERRIDES', True)
imply_option('MOZ_PLACES', True)
imply_option('MOZ_SERVICES_SYNC', True)
imply_option('MOZ_ALLOW_LEGACY_EXTENSIONS', True)