summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.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_tests.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_tests.gypi')
-rwxr-xr-xchrome/chrome_tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 01c3a9a..950e04b 100755
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -840,6 +840,7 @@
'common/extensions/extension_action_unittest.cc',
'common/extensions/extension_l10n_util_unittest.cc',
'common/extensions/extension_message_bundle_unittest.cc',
+ 'common/extensions/extension_message_filter_peer_unittest.cc',
'common/extensions/extension_unpacker_unittest.cc',
'common/extensions/update_manifest_unittest.cc',
'common/extensions/url_pattern_unittest.cc',