diff options
-rw-r--r-- | browser/components/downloads/moz.build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/browser/components/downloads/moz.build b/browser/components/downloads/moz.build index 3bebfd6d1..61d8c0f62 100644 --- a/browser/components/downloads/moz.build +++ b/browser/components/downloads/moz.build @@ -13,7 +13,10 @@ EXTRA_COMPONENTS += [ ] EXTRA_JS_MODULES += [ - 'DownloadsCommon.jsm', 'DownloadsLogger.jsm', 'DownloadsTaskbar.jsm', -]
\ No newline at end of file +] + +EXTRA_PP_JS_MODULES += [ + 'DownloadsCommon.jsm', +] |