diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-25 13:45:48 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-25 13:45:48 +0200 |
commit | 19b35e92511718fb5cfe653df535e072c7ccd748 (patch) | |
tree | 4b768c9ea966589ae68e844f2af4324df8b14a9a /toolkit/components/thumbnails/moz.build | |
parent | e437d80133c96096460bf9418f17f25a65a2db46 (diff) | |
download | UXP-19b35e92511718fb5cfe653df535e072c7ccd748.tar UXP-19b35e92511718fb5cfe653df535e072c7ccd748.tar.gz UXP-19b35e92511718fb5cfe653df535e072c7ccd748.tar.lz UXP-19b35e92511718fb5cfe653df535e072c7ccd748.tar.xz UXP-19b35e92511718fb5cfe653df535e072c7ccd748.zip |
Use a fixed thumbnail placeholder for blank thumbs (failed to capture).
Diffstat (limited to 'toolkit/components/thumbnails/moz.build')
-rw-r--r-- | toolkit/components/thumbnails/moz.build | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/toolkit/components/thumbnails/moz.build b/toolkit/components/thumbnails/moz.build index 9bc218b6a..d4003c635 100644 --- a/toolkit/components/thumbnails/moz.build +++ b/toolkit/components/thumbnails/moz.build @@ -14,9 +14,13 @@ EXTRA_COMPONENTS += [ EXTRA_JS_MODULES += [ 'BackgroundPageThumbs.jsm', - 'PageThumbs.jsm', 'PageThumbsWorker.js', 'PageThumbUtils.jsm', ] +EXTRA_PP_JS_MODULES += [ + 'PageThumbs.jsm', +] + + JAR_MANIFESTS += ['jar.mn'] |