diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-04-07 22:41:34 -0400 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:26:13 +0200 |
commit | 3bec218684f77267f1c679bb5b483af5ef25600f (patch) | |
tree | c72b8c65b8bf35737bfe2125c5f15a7fd7ecdbb0 /toolkit/components/satchel | |
parent | 6daff43b6176657a6b893ae044967d18c6d9cb67 (diff) | |
download | UXP-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 'toolkit/components/satchel')
-rw-r--r-- | toolkit/components/satchel/moz.build | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/toolkit/components/satchel/moz.build b/toolkit/components/satchel/moz.build index 920f4afff..f9f727da0 100644 --- a/toolkit/components/satchel/moz.build +++ b/toolkit/components/satchel/moz.build @@ -20,19 +20,17 @@ LOCAL_INCLUDES += ['../build'] EXTRA_COMPONENTS += [ 'FormHistoryStartup.js', 'nsFormAutoComplete.js', + 'nsFormHistory.js', 'nsInputListAutoComplete.js', 'satchel.manifest', ] -EXTRA_PP_COMPONENTS += ['nsFormHistory.js'] - EXTRA_JS_MODULES += [ 'AutoCompletePopup.jsm', + 'FormHistory.jsm', 'nsFormAutoCompleteResult.jsm', ] -EXTRA_PP_JS_MODULES += ['FormHistory.jsm'] - FINAL_LIBRARY = 'xul' JAR_MANIFESTS += ['jar.mn'] |