summaryrefslogtreecommitdiffstats
path: root/dom/inputmethod
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-04-07 22:41:34 -0400
committerwolfbeast <mcwerewolf@wolfbeast.com>2020-04-14 13:26:13 +0200
commit3bec218684f77267f1c679bb5b483af5ef25600f (patch)
treec72b8c65b8bf35737bfe2125c5f15a7fd7ecdbb0 /dom/inputmethod
parent6daff43b6176657a6b893ae044967d18c6d9cb67 (diff)
downloadUXP-3bec218684f77267f1c679bb5b483af5ef25600f.tar
UXP-3bec218684f77267f1c679bb5b483af5ef25600f.tar.gz
UXP-3bec218684f77267f1c679bb5b483af5ef25600f.tar.lz
UXP-3bec218684f77267f1c679bb5b483af5ef25600f.tar.xz
UXP-3bec218684f77267f1c679bb5b483af5ef25600f.zip
Take files out of preprocessing that no longer require it
Diffstat (limited to 'dom/inputmethod')
-rw-r--r--dom/inputmethod/moz.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/dom/inputmethod/moz.build b/dom/inputmethod/moz.build
index 84b3cb8ab..e6d994565 100644
--- a/dom/inputmethod/moz.build
+++ b/dom/inputmethod/moz.build
@@ -6,11 +6,8 @@
EXTRA_COMPONENTS += [
'InputMethod.manifest',
- 'MozKeyboard.js',
-]
-
-EXTRA_PP_JS_MODULES += [
'Keyboard.jsm',
+ 'MozKeyboard.js',
]
JAR_MANIFESTS += ['jar.mn']