summaryrefslogtreecommitdiffstats
path: root/tools/pragmaonce/pragmaonce.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-54/+0
| | | | | | | | | For context see this thread: https://groups.google.com/a/chromium.org/forum/?fromgroups#!topic/chromium-dev/RMcVNGjB4II TBR=thakis,pkasting,jam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146163 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-6/+11
| | | | | | | | | | | | | | | | | | 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
* Review comments for pragmaonce.pythakis@chromium.org2010-07-261-3/+3
| | | | | | Review URL: http://codereview.chromium.org/3056020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53665 0039d316-1c4b-4281-b951-d872f2087c98
* Add python script that can add "#pragma once" to all our files.thakis@chromium.org2010-07-211-0/+49
Review URL: http://codereview.chromium.org/2842064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53271 0039d316-1c4b-4281-b951-d872f2087c98