mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
ac140e254c
--HG-- rename : services/healthreport/docs/architecture.rst => toolkit/components/telemetry/docs/fhr/architecture.rst rename : services/healthreport/docs/dataformat.rst => toolkit/components/telemetry/docs/fhr/dataformat.rst rename : services/healthreport/docs/identifiers.rst => toolkit/components/telemetry/docs/fhr/identifiers.rst rename : services/healthreport/docs/index.rst => toolkit/components/telemetry/docs/fhr/index.rst
13 lines
387 B
JavaScript
13 lines
387 B
JavaScript
#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
|