summaryrefslogtreecommitdiffstats
path: root/tools/linux
Commit message (Collapse)AuthorAgeFilesLines
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-1/+1
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=timurrrr@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8678023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111960 0039d316-1c4b-4281-b951-d872f2087c98
* dump-static-initializers: Add a --size option to just print out the total ↵thestig@chromium.org2011-10-071-22/+40
| | | | | | | | | | static initializers size. BUG=none TEST=none Review URL: http://codereview.chromium.org/8188003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104414 0039d316-1c4b-4281-b951-d872f2087c98
* dump-static-initializers: make more user-friendlyevan@chromium.org2011-09-231-7/+12
| | | | | | | | | - Use optparse so --help works. - Make the code that catches running on a Debug build actually work. Review URL: http://codereview.chromium.org/8015017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102567 0039d316-1c4b-4281-b951-d872f2087c98
* Check in a tool to dump static initializers from a binaryevan@chromium.org2011-09-061-0/+113
BUG=94925 Review URL: http://codereview.chromium.org/7837013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99852 0039d316-1c4b-4281-b951-d872f2087c98