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    'onboarding.json',
11    'search-config.json',
12    'search-default-override-allowlist.json',
13    'sites-classification.json',
14    'url-classifier-skip-urls.json',
15]
16
17if CONFIG['MOZ_BUILD_APP'] == 'browser':
18    DIST_SUBDIR = 'browser'
19