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

Unified Diff: tools/grit/grit_info.py

Issue 7015061: grit complete CL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gritty Created 9 years, 7 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
« build/gyp_chromium ('K') | « build/gyp_chromium ('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 c0e0ed8e61247318b49ee855c454d69572d3ac4c..eada1fcbe0dbb87f0147c336ccae5dcf69d085a1 100755
--- a/tools/grit/grit_info.py
+++ b/tools/grit/grit_info.py
@@ -6,6 +6,7 @@
'''Tool to determine inputs and outputs of a grit file.
'''
+import cProfile
Mark Mentovai 2011/05/16 16:42:54 Unneeded?
import optparse
import os
import posixpath
@@ -128,4 +129,5 @@ def main(argv):
if __name__ == '__main__':
+ #cProfile.run('main(sys.argv)', 'grit_profile')
Mark Mentovai 2011/05/16 16:42:54 Unneeded? (Revert the changes in this file?)
sys.exit(main(sys.argv))
« build/gyp_chromium ('K') | « build/gyp_chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698