summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authorcira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 00:20:09 +0000
committercira@chromium.org <cira@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-11 00:20:09 +0000
commit1e07f78cf624f3ab8f14a21d80c8999595da21ea (patch)
tree41002a66bbe994cf56155696d309fbbc159c2d02 /chrome/chrome_common.gypi
parent9393b71775c7ea64004df0461d0564361bddd553 (diff)
downloadchromium_src-1e07f78cf624f3ab8f14a21d80c8999595da21ea.zip
chromium_src-1e07f78cf624f3ab8f14a21d80c8999595da21ea.tar.gz
chromium_src-1e07f78cf624f3ab8f14a21d80c8999595da21ea.tar.bz2
Replace __MSG_some_name__ template within extension css files with localized messages.
We avoid replacing messages within html and js extension files for security reasons. Also, developers can already localize messages in html/js using chrome.i18n.getMessage calls. TEST=Localize extension, try body{direction: __MSG_@@bidi_reversed_dir__;} in popup.css, while using non-rtl locale. Text should be alligned to the right (as if we were using rtl locale). BUG=26144 Review URL: http://codereview.chromium.org/570007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38717 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 9391b6d..59097a4 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -153,6 +153,8 @@
'common/extensions/extension_l10n_util.h',
'common/extensions/extension_message_bundle.cc',
'common/extensions/extension_message_bundle.h',
+ 'common/extensions/extension_message_filter_peer.cc',
+ 'common/extensions/extension_message_filter_peer.h',
'common/extensions/extension_resource.cc',
'common/extensions/extension_resource.h',
'common/extensions/extension_unpacker.cc',