mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Replaces all preprocessor directives with PDFJSDev calls.
This commit is contained in:
parent
bf52ff156d
commit
0576c9c6c6
32 changed files with 1145 additions and 904 deletions
1
make.js
1
make.js
|
@ -102,6 +102,7 @@ var COMMON_WEB_FILES =
|
|||
['web/viewer.html'],
|
||||
COMMON_FIREFOX_FILES_PREPROCESS =
|
||||
[FIREFOX_CONTENT_DIR + 'PdfStreamConverter.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfJsNetwork.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfjsContentUtils.jsm',
|
||||
FIREFOX_CONTENT_DIR + 'PdfjsChromeUtils.jsm'];
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue