diff options
Diffstat (limited to 'toolkit/components/pdfjs/jar.mn')
-rw-r--r-- | toolkit/components/pdfjs/jar.mn | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/toolkit/components/pdfjs/jar.mn b/toolkit/components/pdfjs/jar.mn new file mode 100644 index 0000000000..e2c3a0955d --- /dev/null +++ b/toolkit/components/pdfjs/jar.mn @@ -0,0 +1,25 @@ +pdfjs.jar: +% resource pdf.js %content/ + content/ (content/*.jsm) + content/build/ (content/build/*) + content/web/cmaps/ (content/web/cmaps/*) + content/web/standard_fonts/ (content/web/standard_fonts/*) + content/web/images/ (content/web/images/annotation-*.svg) + content/web/images/loading-icon.gif (content/web/images/loading-icon.gif) +#ifdef ANDROID + content/web/viewer.html (content/web/viewer-geckoview.html) + content/web/viewer.css (content/web/viewer-geckoview.css) + content/web/viewer.js (content/web/viewer-geckoview.js) +#else + content/web/viewer.html (content/web/viewer.html) + content/web/viewer.css (content/web/viewer.css) + content/web/viewer.js (content/web/viewer.js) + content/web/debugger.css (content/web/debugger.css) + content/web/debugger.js (content/web/debugger.js) + content/web/images/ (content/web/images/secondaryToolbarButton*.svg) + content/web/images/ (content/web/images/toolbarButton*.svg) + content/web/images/ (content/web/images/treeitem*.svg) + content/web/images/ (content/web/images/cursor*.svg) + content/web/images/ (content/web/images/findBar*.svg) + content/web/images/ (content/web/images/loading*.svg) +#endif |