diff options
Diffstat (limited to 'services/sync')
-rw-r--r-- | services/sync/moz.build | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/services/sync/moz.build b/services/sync/moz.build index 56421a03e..3c19a007d 100644 --- a/services/sync/moz.build +++ b/services/sync/moz.build @@ -9,11 +9,8 @@ DIRS += ['locales'] XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini'] EXTRA_COMPONENTS += [ - 'Weave.js', -] - -EXTRA_PP_COMPONENTS += [ 'SyncComponents.manifest', + 'Weave.js', ] EXTRA_JS_MODULES['services-sync'] += [ |