mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
adjusted some more chrome references in make.js and README.js as per @yurydelendik's suggestion
This commit is contained in:
parent
4a4f570aed
commit
8dc41e7483
2 changed files with 6 additions and 6 deletions
6
make.js
6
make.js
|
@ -353,7 +353,7 @@ target.extension = function() {
|
|||
|
||||
target.locale();
|
||||
target.firefox();
|
||||
target.chrome();
|
||||
target.chromium();
|
||||
};
|
||||
|
||||
target.buildnumber = function() {
|
||||
|
@ -635,10 +635,10 @@ target.b2g = function() {
|
|||
//
|
||||
// make chrome
|
||||
//
|
||||
target.chrome = function() {
|
||||
target.chromium = function() {
|
||||
cd(ROOT_DIR);
|
||||
echo();
|
||||
echo('### Building Chrome extension');
|
||||
echo('### Building Chromium extension');
|
||||
var defines = builder.merge(DEFINES, {CHROME: true});
|
||||
|
||||
var CHROME_BUILD_DIR = BUILD_DIR + '/chromium/',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue