Add chrome.properties for moz central build.
This commit is contained in:
parent
080c3e79fc
commit
03032d21c4
1 changed files with 2 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue