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

Unified Diff: tools/grit/grit_info.py

Issue 6245002: [grit] Avoid intermediate files for HTML inlining (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address tony's comments Created 9 years, 11 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/message.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit_info.py
diff --git a/tools/grit/grit_info.py b/tools/grit/grit_info.py
index 042f457db50d65faec4140e1e5af04429c53bef0..cf8095466bd7fbac24f8a709c4baa9e31c341c7b 100755
--- a/tools/grit/grit_info.py
+++ b/tools/grit/grit_info.py
@@ -109,7 +109,7 @@ def main(argv):
outputs = [posixpath.join(args[0], f) for f in Outputs(f, defines)]
print '\n'.join(outputs)
else:
- PringUsage()
tony 2011/01/14 19:53:10 D'oh
+ PrintUsage()
return 1
return 0
« no previous file with comments | « tools/grit/grit/node/message.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698