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

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

Issue 2094193004: Strip comments and whitespace from Javascript resources (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to comments, plus rebases. Created 4 years, 5 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
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 c8f483f775dee26b5ee7ed0ad3f653d87bf5a047..5f46052e77ad50cc28d1d97dcfa656023dddb255 100755
--- a/tools/grit/grit/test_suite_all.py
+++ b/tools/grit/grit/test_suite_all.py
@@ -31,6 +31,7 @@ class TestSuiteAll(unittest.TestSuite):
import grit.tclib_unittest
import grit.util_unittest
import grit.xtb_reader_unittest
+ import grit.flatten_resource_runner_unittest
import grit.format.android_xml_unittest
import grit.format.c_format_unittest
import grit.format.chrome_messages_json_unittest
@@ -88,6 +89,7 @@ class TestSuiteAll(unittest.TestSuite):
grit.tclib_unittest.TclibUnittest,
grit.util_unittest.UtilUnittest,
grit.xtb_reader_unittest.XtbReaderUnittest,
+ grit.flatten_resource_runner_unittest.FlattenResourceRunnerUnitest,
grit.format.android_xml_unittest.AndroidXmlUnittest,
grit.format.c_format_unittest.CFormatUnittest,
grit.format.chrome_messages_json_unittest.

Powered by Google App Engine
This is Rietveld 408576698