mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
Add Pale Moon
This commit is contained in:
parent
dcd9973243
commit
fe8028fa2e
1173 changed files with 143053 additions and 934 deletions
24
application/palemoon/components/statusbar/moz.build
Normal file
24
application/palemoon/components/statusbar/moz.build
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# 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' ]
|
||||
|
||||
XPIDL_SOURCES += [ 'status4evar.idl' ]
|
||||
|
||||
XPIDL_MODULE = 'status4evar'
|
||||
|
||||
EXTRA_COMPONENTS += [
|
||||
'status4evar.js',
|
||||
'status4evar.manifest',
|
||||
]
|
||||
|
||||
EXTRA_JS_MODULES.statusbar = [
|
||||
'Downloads.jsm',
|
||||
'Progress.jsm',
|
||||
'Status.jsm',
|
||||
'Status4Evar.jsm',
|
||||
'Toolbars.jsm',
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue