Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2745)

Unified Diff: grit/test_suite_all.py

Issue 11152002: Add support for messages.json format used to localize Chrome extensions. (Closed) Base URL: http://git.chromium.org/external/grit-i18n.git@master
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « grit/node/empty.py ('k') | grit/tool/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: grit/test_suite_all.py
diff --git a/grit/test_suite_all.py b/grit/test_suite_all.py
index 9117568eccdad511977a1c5b4caaa7d4e57652ad..4516031b9d91ab07a2420ee140467c2bfef9c062 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -56,6 +56,7 @@ class TestSuiteAll(unittest.TestSuite):
from grit.tool import xmb_unittest
import grit.format.android_xml_unittest
import grit.format.c_format_unittest
+ import grit.format.chrome_messages_json_unittest
import grit.format.data_pack_unittest
import grit.format.js_map_format_unittest
import grit.format.rc_header_unittest
@@ -74,6 +75,8 @@ class TestSuiteAll(unittest.TestSuite):
grd_reader_unittest.GrdReaderUnittest,
grit.format.android_xml_unittest.AndroidXmlUnittest,
grit.format.c_format_unittest.CFormatUnittest,
+ grit.format.chrome_messages_json_unittest.
+ ChromeMessagesJsonFormatUnittest,
grit.format.data_pack_unittest.FormatDataPackUnittest,
grit.format.js_map_format_unittest.JsMapFormatUnittest,
grit.format.rc_header_unittest.RcHeaderFormatterUnittest,
« no previous file with comments | « grit/node/empty.py ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698