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

Unified Diff: tools/grit/grit/test_suite_all.py

Issue 1968993002: Compressing .pak resources with new option: "type=GZIPPABLE_BINDATA" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Python formatting Created 4 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 | « tools/grit/grit/node/include_unittest.py ('k') | tools/grit/grit/testdata/test_text.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/test_suite_all.py
diff --git a/tools/grit/grit/test_suite_all.py b/tools/grit/grit/test_suite_all.py
index 56f90b08ad4a660501b978e2bb16ba22c4ddb832..c8f483f775dee26b5ee7ed0ad3f653d87bf5a047 100755
--- a/tools/grit/grit/test_suite_all.py
+++ b/tools/grit/grit/test_suite_all.py
@@ -35,6 +35,7 @@ class TestSuiteAll(unittest.TestSuite):
import grit.format.c_format_unittest
import grit.format.chrome_messages_json_unittest
import grit.format.data_pack_unittest
+ import grit.format.gzip_string_unittest
import grit.format.html_inline_unittest
import grit.format.js_map_format_unittest
import grit.format.rc_header_unittest
@@ -95,6 +96,7 @@ class TestSuiteAll(unittest.TestSuite):
grit.format.html_inline_unittest.HtmlInlineUnittest,
grit.format.js_map_format_unittest.JsMapFormatUnittest,
grit.format.rc_header_unittest.RcHeaderFormatterUnittest,
+ grit.format.gzip_string_unittest.FormatGzipStringUnittest,
grit.format.rc_unittest.FormatRcUnittest,
grit.format.resource_map_unittest.FormatResourceMapUnittest,
grit.format.policy_templates.policy_template_generator_unittest.
« no previous file with comments | « tools/grit/grit/node/include_unittest.py ('k') | tools/grit/grit/testdata/test_text.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698