summaryrefslogtreecommitdiffstats
path: root/services/settings/static-dumps/main
diff options
context:
space:
mode:
Diffstat (limited to 'services/settings/static-dumps/main')
-rw-r--r--services/settings/static-dumps/main/moz.build11
1 files changed, 6 insertions, 5 deletions
diff --git a/services/settings/static-dumps/main/moz.build b/services/settings/static-dumps/main/moz.build
index cc7658a22a..de7b915d83 100644
--- a/services/settings/static-dumps/main/moz.build
+++ b/services/settings/static-dumps/main/moz.build
@@ -2,10 +2,11 @@
# 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"
+
+ # These collections are only referenced from browser/
+ FINAL_TARGET_FILES.defaults.settings.main += [
+ "doh-config.json",
+ "doh-providers.json",
+ ]