diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-19 14:40:01 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-19 14:40:01 +0100 |
commit | 71d8ada4a9335075014f41798fa1684be6c148d9 (patch) | |
tree | afa51cb6829c266341496b614d1a03afa378d3f3 /modules/libpref/goanna.js | |
parent | e0baeba546f8f45bc1ec981a60b615a28f4142af (diff) | |
parent | 22198ec1941581b09dc4b3f76702a6b744eab818 (diff) | |
download | UXP-71d8ada4a9335075014f41798fa1684be6c148d9.tar UXP-71d8ada4a9335075014f41798fa1684be6c148d9.tar.gz UXP-71d8ada4a9335075014f41798fa1684be6c148d9.tar.lz UXP-71d8ada4a9335075014f41798fa1684be6c148d9.tar.xz UXP-71d8ada4a9335075014f41798fa1684be6c148d9.zip |
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'modules/libpref/goanna.js')
-rw-r--r-- | modules/libpref/goanna.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/libpref/goanna.js b/modules/libpref/goanna.js new file mode 100644 index 000000000..d59110b6a --- /dev/null +++ b/modules/libpref/goanna.js @@ -0,0 +1,12 @@ +#include ../../netwerk/base/security-prefs.js +#include init/all.js +#ifdef MOZ_DATA_REPORTING +#include ../../toolkit/components/telemetry/datareporting-prefs.js +#endif +#ifdef MOZ_SERVICES_HEALTHREPORT +#if MOZ_WIDGET_TOOLKIT == android +#include ../../mobile/android/chrome/content/healthreport-prefs.js +#else +#include ../../toolkit/components/telemetry/healthreport-prefs.js +#endif +#endif |