1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5FINAL_TARGET_FILES.defaults.settings.main += [
6    "anti-tracking-url-decoration.json",
7    "example.json",
8    "hijack-blocklists.json",
9    "language-dictionaries.json",
10    "password-recipes.json",
11    "password-rules.json",
12    "search-config.json",
13    "search-default-override-allowlist.json",
14    "search-telemetry-v2.json",
15    "sites-classification.json",
16    "top-sites.json",
17    "url-classifier-skip-urls.json",
18    "websites-with-shared-credential-backends.json",
19]
20
21if CONFIG["MOZ_BUILD_APP"] == "browser":
22    DIST_SUBDIR = "browser"
23