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

Unified Diff: tools/linux/dump-static-initializers.py

Issue 9325078: warning about use in sizes.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/linux/dump-static-initializers.py
diff --git a/tools/linux/dump-static-initializers.py b/tools/linux/dump-static-initializers.py
index 416bca2cdfc1b9ece2e7c6dce7b398c1e65b6c15..54cd64a59c20effbe1663e6060493e7222313a4d 100755
--- a/tools/linux/dump-static-initializers.py
+++ b/tools/linux/dump-static-initializers.py
@@ -23,6 +23,11 @@ using objdump, we can disassemble those functions and dump all symbols that
they reference.
"""
+# IMPORTANT: The 'sizes' step on the buildbots runs this script and prints its
+# output. If you change the output format of this script, make sure it doesn't
+# match the format expected by the bots. See
+# tools/build/scripts/master/log_parser/process_log.py
+
import optparse
import re
import subprocess
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698