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

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

Issue 7976026: Prepare for moving grit to its own open-source project. This mostly (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 9 years, 3 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/grit_runner.py
diff --git a/tools/grit/grit/grit_runner.py b/tools/grit/grit/grit_runner.py
index 2af729922ec22882c52babf28237a9feac5be4b2..dbc43b3587ebf8895ea5c1e075b83d9b4e58c609 100644
--- a/tools/grit/grit/grit_runner.py
+++ b/tools/grit/grit/grit_runner.py
@@ -52,12 +52,16 @@ _TOOLS = [
_REQUIRES_INPUT : False }],
['sdiff', { _CLASS : grit.tool.diff_structures.DiffStructures,
_REQUIRES_INPUT : False }],
- ['resize', { _CLASS : grit.tool.resize.ResizeDialog, _REQUIRES_INPUT : True }],
+ ['resize', {
+ _CLASS : grit.tool.resize.ResizeDialog, _REQUIRES_INPUT : True }],
['unit', { _CLASS : grit.tool.unit.UnitTestTool, _REQUIRES_INPUT : False }],
['count', { _CLASS : grit.tool.count.CountMessage, _REQUIRES_INPUT : True }],
- ['test', { _CLASS: grit.tool.test.TestTool, _REQUIRES_INPUT : True, _HIDDEN : True }],
- ['menufromparts', { _CLASS: grit.tool.menu_from_parts.MenuTranslationsFromParts,
- _REQUIRES_INPUT : True, _HIDDEN : True }],
+ ['test', {
+ _CLASS: grit.tool.test.TestTool, _REQUIRES_INPUT : True,
+ _HIDDEN : True }],
+ ['menufromparts', {
+ _CLASS: grit.tool.menu_from_parts.MenuTranslationsFromParts,
+ _REQUIRES_INPUT : True, _HIDDEN : True }],
]

Powered by Google App Engine
This is Rietveld 408576698