summaryrefslogtreecommitdiffstats
path: root/toolkit/components/thumbnails/moz.build
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-07-25 13:45:48 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-07-25 13:45:48 +0200
commit19b35e92511718fb5cfe653df535e072c7ccd748 (patch)
tree4b768c9ea966589ae68e844f2af4324df8b14a9a /toolkit/components/thumbnails/moz.build
parente437d80133c96096460bf9418f17f25a65a2db46 (diff)
downloadUXP-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.build6
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']