1
0
Fork 0
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:
Andreas Bovens 2013-08-21 19:22:43 +02:00
parent 4a4f570aed
commit 8dc41e7483
2 changed files with 6 additions and 6 deletions

View file

@ -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/',