mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove MOZ_FENNEC
This commit is contained in:
parent
c9b411d6cd
commit
97059c1b48
15 changed files with 11 additions and 361 deletions
|
|
@ -5,15 +5,10 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DIRS += [
|
||||
'encoder'
|
||||
'decoder',
|
||||
'encoder',
|
||||
]
|
||||
|
||||
# Save file size on Fennec until there are active plans to use the decoder there
|
||||
if not CONFIG['MOZ_FENNEC']:
|
||||
DIRS += [
|
||||
'decoder'
|
||||
]
|
||||
|
||||
DevToolsModules(
|
||||
'index.js',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue