diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-20 14:41:46 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-06-20 14:41:46 +0200 |
commit | 2a5466cfbaab490c9abd96ff166689ad8a6d2121 (patch) | |
tree | b236072c14ba34e7af981492b8e9023b8cc68823 /application/basilisk/installer/package-manifest.in | |
parent | 32d13a1648a64fe26be66de026bffca8c1afa88f (diff) | |
parent | a2f961b3401bbc0911e77a684ae5638fd71d215b (diff) | |
download | UXP-2a5466cfbaab490c9abd96ff166689ad8a6d2121.tar UXP-2a5466cfbaab490c9abd96ff166689ad8a6d2121.tar.gz UXP-2a5466cfbaab490c9abd96ff166689ad8a6d2121.tar.lz UXP-2a5466cfbaab490c9abd96ff166689ad8a6d2121.tar.xz UXP-2a5466cfbaab490c9abd96ff166689ad8a6d2121.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'application/basilisk/installer/package-manifest.in')
-rw-r--r-- | application/basilisk/installer/package-manifest.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/application/basilisk/installer/package-manifest.in b/application/basilisk/installer/package-manifest.in index 22655bc33..71f775904 100644 --- a/application/basilisk/installer/package-manifest.in +++ b/application/basilisk/installer/package-manifest.in @@ -477,8 +477,10 @@ @RESPATH@/browser/components/SelfSupportService.manifest @RESPATH@/browser/components/SelfSupportService.js #endif +#ifdef MOZ_SERVICES_SYNC @RESPATH@/components/SyncComponents.manifest @RESPATH@/components/Weave.js +#endif @RESPATH@/components/CaptivePortalDetectComponents.manifest @RESPATH@/components/captivedetect.js @RESPATH@/components/servicesComponents.manifest @@ -629,7 +631,9 @@ @RESPATH@/defaults/pref/channel-prefs.js ; Services (gre) prefs +#ifdef MOZ_SERVICES_SYNC @RESPATH@/defaults/pref/services-sync.js +#endif ; [Layout Engine Resources] ; Style Sheets, Graphics and other Resources used by the layout engine. |