mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
0c6e087291
55 changed files with 320 additions and 34 deletions
|
|
@ -7,13 +7,17 @@ EXTRA_JS_MODULES.addons += [
|
|||
'AddonLogging.jsm',
|
||||
'AddonRepository_SQLiteMigrator.jsm',
|
||||
'Content.js',
|
||||
'GMPProvider.jsm',
|
||||
'LightweightThemeImageOptimizer.jsm',
|
||||
'PluginProvider.jsm',
|
||||
'ProductAddonChecker.jsm',
|
||||
'SpellCheckDictionaryBootstrap.js',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_GMP']:
|
||||
EXTRA_JS_MODULES.addons += [
|
||||
'GMPProvider.jsm',
|
||||
'ProductAddonChecker.jsm',
|
||||
]
|
||||
|
||||
EXTRA_PP_JS_MODULES.addons += [
|
||||
'AddonRepository.jsm',
|
||||
'AddonUpdateChecker.jsm',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue