mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Removes PdfRedirector.js and PlayPreview support.
This commit is contained in:
parent
9e9df5600f
commit
4f3f983a21
4 changed files with 3 additions and 163 deletions
3
make.js
3
make.js
|
@ -107,8 +107,7 @@ var COMMON_WEB_FILES =
|
|||
COMMON_FIREFOX_FILES_PREPROCESS =
|
||||
[FIREFOX_CONTENT_DIR + 'PdfStreamConverter.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfjsContentUtils.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfjsChromeUtils.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfRedirector.jsm'];
|
||||
FIREFOX_CONTENT_DIR + 'PdfjsChromeUtils.jsm'];
|
||||
//
|
||||
// make generic
|
||||
// Builds the generic production viewer that should be compatible with most
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue