diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 22:41:34 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 22:41:34 -0400 |
commit | eb28b1f32bbef71d05402b2e263d7291b8248367 (patch) | |
tree | f741aecd8d4630cff2303309a16f71ca0e1bcc1c /services | |
parent | c51c10bf0976ae2994296df9c4c85a7749c57a85 (diff) | |
download | uxp-eb28b1f32bbef71d05402b2e263d7291b8248367.tar.gz |
Take files out of preprocessing that no longer require it
Diffstat (limited to 'services')
-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 56421a03ee..3c19a007da 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'] += [ |