[BASILISK] Port PM Sync Client - Part 6b: Don't build the sync client ui when it is disabled, duh.

This commit is contained in:
Matt A. Tobin 2019-04-17 04:58:14 -04:00 committed by Roy Tam
commit 03d07e3e28

View file

@ -19,13 +19,15 @@ DIRS += [
'sessionstore',
'shell',
'selfsupport',
'sync',
'translation',
]
if CONFIG['MOZ_WEBEXTENSIONS']:
DIRS += ['webextensions']
if CONFIG['MOZ_SERVICES_SYNC']:
DIRS += ['sync']
DIRS += ['build']
XPIDL_SOURCES += [