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() {
'components', 'components',
'../../LICENSE'], '../../LICENSE'],
DEFAULT_LOCALE_FILES = 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 = FIREFOX_MC_EXTENSION_FILES =
['bootstrap.js', ['bootstrap.js',
'icon.png', 'icon.png',

Loading…
Cancel
Save