mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Refactors shared/pattern.js into core/ and display/
This commit is contained in:
parent
520fdf2f6a
commit
bf432a37bb
13 changed files with 468 additions and 438 deletions
3
make.js
3
make.js
|
@ -277,7 +277,6 @@ target.bundle = function(args) {
|
|||
var SHARED_SRC_FILES = [
|
||||
'shared/util.js',
|
||||
'shared/colorspace.js',
|
||||
'shared/pattern.js',
|
||||
'shared/function.js',
|
||||
'shared/annotation.js',
|
||||
];
|
||||
|
@ -286,6 +285,7 @@ target.bundle = function(args) {
|
|||
'display/api.js',
|
||||
'display/metadata.js',
|
||||
'display/canvas.js',
|
||||
'display/pattern_helper.js',
|
||||
'display/font_loader.js'
|
||||
]);
|
||||
|
||||
|
@ -298,6 +298,7 @@ target.bundle = function(args) {
|
|||
'core/charsets.js',
|
||||
'core/cidmaps.js',
|
||||
'core/crypto.js',
|
||||
'core/pattern.js',
|
||||
'core/evaluator.js',
|
||||
'core/fonts.js',
|
||||
'core/font_renderer.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue