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

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

Issue 2327023002: Removed ios plist generation and ios_plist writer (Closed)
Patch Set: Rebase Created 4 years, 1 month 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..32c91a07e3500415628640c7652e4474457e870b 100755
--- a/tools/grit/grit/test_suite_all.py
+++ b/tools/grit/grit/test_suite_all.py
@@ -47,7 +47,6 @@ class TestSuiteAll(unittest.TestSuite):
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
import grit.format.policy_templates.writers.plist_strings_writer_unittest
import grit.format.policy_templates.writers.plist_writer_unittest
@@ -111,8 +110,6 @@ class TestSuiteAll(unittest.TestSuite):
AndroidPolicyWriterUnittest,
grit.format.policy_templates.writers.doc_writer_unittest.
DocWriterUnittest,
- grit.format.policy_templates.writers.ios_plist_writer_unittest.
- IOSPListWriterUnittest,
grit.format.policy_templates.writers.json_writer_unittest.
JsonWriterUnittest,
grit.format.policy_templates.writers.plist_strings_writer_unittest.
« no previous file with comments | « tools/grit/grit/format/policy_templates/writers/ios_plist_writer_unittest.py ('k') | tools/grit/grit/tool/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698