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

Unified Diff: grit/test_suite_all.py

Issue 10386189: Add chrome_html gatherer, which inlines html and automatically generates image set… (Closed) Base URL: http://git.chromium.org/external/grit-i18n.git@master
Patch Set: Add chrome_html_unittest to test_suite_all. Created 8 years, 7 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/structure.py ('k') | no next file » | 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 ea9cbe45de0f5c017fa9bd103a25bd9f6324d80f..298f5c31224803393f4ac2d8ff162d27ec975374 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -32,6 +32,7 @@ class TestSuiteAll(unittest.TestSuite):
from grit import util_unittest
from grit import xtb_reader_unittest
from grit.gather import admin_template_unittest
+ from grit.gather import chrome_html_unittest
from grit.gather import igoogle_strings_unittest
from grit.gather import muppet_strings_unittest
from grit.gather import policy_json_unittest
@@ -60,6 +61,7 @@ class TestSuiteAll(unittest.TestSuite):
base_unittest.NodeUnittest,
build_unittest.BuildUnittest,
buildinfo_unittest.BuildInfoUnittest,
+ chrome_html_unittest.ChromeHtmlUnittest,
clique_unittest.MessageCliqueUnittest,
filename_unittest.WindowsFilenameUnittest,
grd_reader_unittest.GrdReaderUnittest,
« no previous file with comments | « grit/node/structure.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698