Browse Source

Add chrome.properties for moz central build.

Brendan Dahl 13 years ago
parent
commit
03032d21c4
  1. 3
      make.js

3
make.js

@ -395,7 +395,8 @@ target.mozcentral = function() { @@ -395,7 +395,8 @@ target.mozcentral = function() {
'components',
'../../LICENSE'],
DEFAULT_LOCALE_FILES =
[LOCALE_SRC_DIR + 'en-US/viewer.properties'],
[LOCALE_SRC_DIR + 'en-US/viewer.properties',
LOCALE_SRC_DIR + 'en-US/chrome.properties'],
FIREFOX_MC_EXTENSION_FILES =
['bootstrap.js',
'icon.png',

Loading…
Cancel
Save