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