mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-21 15:57:31 +09:00
Gopher support initial commit (OverbiteFF plugin ported to browser itself)
This commit is contained in:
parent
733789f40b
commit
1ea8fc9d0f
73 changed files with 3739 additions and 0 deletions
16
browser/gopher/moz.build
Normal file
16
browser/gopher/moz.build
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# -*- 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_FILES.components += [
|
||||
'components/about.js',
|
||||
'components/gopher.manifest',
|
||||
'components/protocol.js',
|
||||
]
|
||||
|
||||
FINAL_TARGET_FILES['defaults/preferences'] += [
|
||||
'defaults/preferences/overbiteff.js',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue