Take the following project_flags out of moz.configure: and put them back into old-configure

MOZ_PLACES
MOZ_SOCIAL
MOZ_SERVICES_HEALTHREPORT
MOZ_SERVICES_SYNC
MOZ_SERVICES_CLOUDSYNC
This commit is contained in:
NTD 2018-04-05 06:02:02 -04:00 committed by Roy Tam
commit e035963fa2
6 changed files with 45 additions and 36 deletions

View file

@ -4,9 +4,4 @@
# 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/.
imply_option('MOZ_PLACES', True)
imply_option('MOZ_SERVICES_HEALTHREPORT', True)
imply_option('MOZ_SERVICES_SYNC', True)
imply_option('MOZ_SERVICES_CLOUDSYNC', True)
include('../../toolkit/moz.configure')