From def92d1b8e9d373e2f6f27c366d578d97d8960c6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:34:50 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- services/settings/static-dumps/main/moz.build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'services/settings/static-dumps') 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", + ] -- cgit v1.2.3