diff options
Diffstat (limited to '')
-rw-r--r-- | services/settings/static-dumps/main/moz.build | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/services/settings/static-dumps/main/moz.build b/services/settings/static-dumps/main/moz.build new file mode 100644 index 0000000000..cc7658a22a --- /dev/null +++ b/services/settings/static-dumps/main/moz.build @@ -0,0 +1,11 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +FINAL_TARGET_FILES.defaults.settings.main += [ + "doh-config.json", + "doh-providers.json", +] + +if CONFIG["MOZ_BUILD_APP"] == "browser": + DIST_SUBDIR = "browser" |