summaryrefslogtreecommitdiffstats
path: root/modules/libpref/goanna.js
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-01-18 13:17:41 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-01-18 13:17:41 -0500
commitc137a4045cbfcbd5a39f018b553089e0fd571d2c (patch)
treec72233c780f56fa4d53adc0a90f9bcb974120833 /modules/libpref/goanna.js
parent63219a15b155aee142f316156b6578f027204129 (diff)
downloadUXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar
UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.gz
UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.lz
UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.tar.xz
UXP-c137a4045cbfcbd5a39f018b553089e0fd571d2c.zip
Issue #1359 - Pointlessly rename greprefs.. again.
Diffstat (limited to 'modules/libpref/goanna.js')
-rw-r--r--modules/libpref/goanna.js12
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