diff options
Diffstat (limited to 'services/moz.build')
-rw-r--r-- | services/moz.build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/services/moz.build b/services/moz.build index 2109d512a..e98d15275 100644 --- a/services/moz.build +++ b/services/moz.build @@ -9,11 +9,5 @@ DIRS += [ 'crypto', ] -if CONFIG['MOZ_WIDGET_TOOLKIT'] != 'android': - DIRS += ['fxaccounts'] - if CONFIG['MOZ_SERVICES_SYNC']: DIRS += ['sync'] - -if CONFIG['MOZ_SERVICES_CLOUDSYNC']: - DIRS += ['cloudsync'] |