Merge pull request #15003 from calixteman/mc
Change the name of the generated pdf.sandbox.external for mozilla-central
This commit is contained in:
commit
c8b8db6a17
15
gulpfile.js
15
gulpfile.js
@ -393,12 +393,15 @@ function createSandboxExternal(defines) {
|
||||
saveComments: false,
|
||||
defines,
|
||||
};
|
||||
return gulp.src("./src/pdf.sandbox.external.js").pipe(
|
||||
transform("utf8", content => {
|
||||
content = preprocessor2.preprocessPDFJSCode(ctx, content);
|
||||
return `${licenseHeader}\n${content}`;
|
||||
})
|
||||
);
|
||||
return gulp
|
||||
.src("./src/pdf.sandbox.external.js")
|
||||
.pipe(
|
||||
transform("utf8", content => {
|
||||
content = preprocessor2.preprocessPDFJSCode(ctx, content);
|
||||
return `${licenseHeader}\n${content}`;
|
||||
})
|
||||
)
|
||||
.pipe(rename("pdf.sandbox.external.jsm"));
|
||||
}
|
||||
|
||||
function createTemporaryScriptingBundle(defines, extraOptions = undefined) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user