mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
[TychoAM] Fix GMP* so that EME works in Basilisk
Also, keep WebExAM working for the moment
This commit is contained in:
parent
521c918660
commit
e30598c519
9 changed files with 980 additions and 5 deletions
|
|
@ -29,11 +29,13 @@ EXTRA_PP_COMPONENTS += [
|
|||
EXTRA_JS_MODULES += [
|
||||
'ChromeManifestParser.jsm',
|
||||
'DeferredSave.jsm',
|
||||
'GMPUtils.jsm',
|
||||
'LightweightThemeManager.jsm',
|
||||
]
|
||||
|
||||
EXTRA_PP_JS_MODULES += [
|
||||
'AddonManager.jsm'
|
||||
'AddonManager.jsm',
|
||||
'GMPInstallManager.jsm',
|
||||
]
|
||||
|
||||
# Additional debugging info is exposed in debug builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue