Follow up to eb28b1f32 - Correct inputmethod build file by putting Keyboard.jsm back in EXTRA_JS_MODULES

JSMs are NOT Components.
This commit is contained in:
Matt A. Tobin 2020-08-19 17:44:09 -04:00 committed by Roy Tam
commit fedaa41f44

View file

@ -6,10 +6,11 @@
EXTRA_COMPONENTS += [
'InputMethod.manifest',
'Keyboard.jsm',
'MozKeyboard.js',
]
EXTRA_JS_MODULES += ['Keyboard.jsm']
JAR_MANIFESTS += ['jar.mn']
MOCHITEST_CHROME_MANIFESTS += ['mochitest/chrome.ini']