From 03032d21c40a50ff75fd7c4cf3e046c447d44a90 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 15 May 2012 11:38:38 -0700 Subject: [PATCH] Add chrome.properties for moz central build. --- make.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/make.js b/make.js index e166b6b96..955c94b07 100755 --- a/make.js +++ b/make.js @@ -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',