From c137a4045cbfcbd5a39f018b553089e0fd571d2c Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Sat, 18 Jan 2020 13:17:41 -0500 Subject: Issue #1359 - Pointlessly rename greprefs.. again. --- modules/libpref/goanna.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 modules/libpref/goanna.js (limited to 'modules/libpref/goanna.js') 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 -- cgit v1.2.3