Dactyloidae/browser/gopher/moz.build

19 lines
581 B
INI
Raw Normal View History

# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# 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/.
JAR_MANIFESTS += ['jar.mn']
FINAL_TARGET = 'dist/bin/browser'
2026-09-19 08:21:04 -07:00
FINAL_TARGET_FILES.components += [
'components/about.js',
2026-09-19 08:17:10 -07:00
'components/about.manifest',
'components/protocol.js',
2026-09-19 08:17:10 -07:00
'components/protocol.manifest',
]
FINAL_TARGET_FILES['defaults/preferences'] += [
'defaults/preferences/overbiteff.js',
]