summaryrefslogtreecommitdiffstats
path: root/tools/sort-headers.py
Commit message (Collapse)AuthorAgeFilesLines
* Teach sort-headers.py about unknwn.hthakis@chromium.org2011-05-201-4/+9
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7047026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86035 0039d316-1c4b-4281-b951-d872f2087c98
* Add a license header to sort-headers.py to make presubmit happy.thakis@chromium.org2011-05-191-0/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7048011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85959 0039d316-1c4b-4281-b951-d872f2087c98
* Teach sort-headers.py about windows.h.thakis@chromium.org2011-05-191-1/+6
| | | | | | | | | | | See http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/a3480ba1e7b8b9c0# BUG=none TEST=Run sort-headers.py on a file that includes <windows.h>, e.g. base/file_util_unittest.cc. That line should stay at the top of its block. Review URL: http://codereview.chromium.org/7050020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85957 0039d316-1c4b-4281-b951-d872f2087c98
* Check in a quick tool for sorting the #includes in a file.evan@chromium.org2010-08-261-0/+94
This is especially useful when you do a mass-rename of a header and now need to fix every user of it. Special thanks to pamg for fixing my Python style! Review URL: http://codereview.chromium.org/3149032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57435 0039d316-1c4b-4281-b951-d872f2087c98