Skip to content

Commit

Permalink
[TychoAM] Fix GMP* so that EME works in Basilisk
Browse files Browse the repository at this point in the history
Also, keep WebExAM working for the moment
  • Loading branch information
NTD authored and roytam1 committed Feb 15, 2019
1 parent 521c918 commit e30598c
Show file tree
Hide file tree
Showing 9 changed files with 980 additions and 5 deletions.
2 changes: 1 addition & 1 deletion application/basilisk/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
#ifdef HAVE_MAKENSISU
@BINPATH@/uninstall/helper.exe
#endif
#ifdef MOZ_UPDATER
@RESPATH@/update.locale
#ifdef MOZ_UPDATER
@RESPATH@/updater.ini
#endif

Expand Down
2 changes: 1 addition & 1 deletion application/palemoon/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
#ifdef XP_WIN32
@BINPATH@/uninstall/helper.exe
#endif
#ifdef MOZ_UPDATER
@RESPATH@/update.locale
#ifdef MOZ_UPDATER
@RESPATH@/updater.ini
#endif

Expand Down
2 changes: 0 additions & 2 deletions toolkit/modules/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ EXTRA_JS_MODULES += [
'FinderIterator.jsm',
'FormLikeFactory.jsm',
'Geometry.jsm',
'GMPInstallManager.jsm',
'GMPUtils.jsm',
'Http.jsm',
'InlineSpellChecker.jsm',
'InlineSpellCheckerContent.jsm',
Expand Down
Loading

0 comments on commit e30598c

Please sign in to comment.