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

Unified Diff: grit/test_suite_all.py

Issue 865563002: Add a Policy template writer that generates Android resources which can be exposed through Android'… (Closed) Base URL: https://chromium.googlesource.com/external/grit-i18n.git@master
Patch Set: Rebase on r186 Created 5 years, 10 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/format/policy_templates/writers/doc_writer_unittest.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 71635fc1b3eab5fe14e0b74c1a66bb3f08f95580..56f90b08ad4a660501b978e2bb16ba22c4ddb832 100644
--- a/grit/test_suite_all.py
+++ b/grit/test_suite_all.py
@@ -44,6 +44,7 @@ class TestSuiteAll(unittest.TestSuite):
import grit.format.policy_templates.writers.adm_writer_unittest
import grit.format.policy_templates.writers.adml_writer_unittest
import grit.format.policy_templates.writers.admx_writer_unittest
+ import grit.format.policy_templates.writers.android_policy_writer_unittest
import grit.format.policy_templates.writers.doc_writer_unittest
import grit.format.policy_templates.writers.ios_plist_writer_unittest
import grit.format.policy_templates.writers.json_writer_unittest
@@ -104,6 +105,8 @@ class TestSuiteAll(unittest.TestSuite):
AdmlWriterUnittest,
grit.format.policy_templates.writers.admx_writer_unittest.
AdmxWriterUnittest,
+ grit.format.policy_templates.writers.android_policy_writer_unittest.
+ AndroidPolicyWriterUnittest,
grit.format.policy_templates.writers.doc_writer_unittest.
DocWriterUnittest,
grit.format.policy_templates.writers.ios_plist_writer_unittest.
« no previous file with comments | « grit/format/policy_templates/writers/doc_writer_unittest.py ('k') | grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698