aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/sanitize_source_files.py
Commit message (Collapse)AuthorAge
* Clean up more references to GYP.Gravatar Mike Klein2017-02-06
| | | | | | | | | | Delete files only used by GYP, and files that used GYP. Neither can possibly be actively used. Beyond that, just a couple doc tweaks. Change-Id: I0220d7226e7bb9ed7c54a7d8f2906a718313c521 Reviewed-on: https://skia-review.googlesource.com/8062 Commit-Queue: Mike Klein <mtklein@chromium.org> Reviewed-by: Hal Canary <halcanary@google.com>
* Ignore the .git directory in sanitize_source_files, remove .git directory...Gravatar borenet@google.com2013-09-11
| | | | | | | | R=rmistry@google.com Review URL: https://codereview.chromium.org/23981006 git-svn-id: http://skia.googlecode.com/svn/trunk@11193 2bbb7eff-a529-9590-31e7-b0007b416f81
* Leave one and only one newline at the end of source filesGravatar rmistry@google.com2013-01-25
| | | | | | Review URL: https://codereview.appspot.com/7216043 git-svn-id: http://skia.googlecode.com/svn/trunk@7398 2bbb7eff-a529-9590-31e7-b0007b416f81
* Fix bug in tools/sanitize_source_files.pyGravatar rmistry@google.com2012-08-23
| | | | | | Review URL: https://codereview.appspot.com/6474053 git-svn-id: http://skia.googlecode.com/svn/trunk@5253 2bbb7eff-a529-9590-31e7-b0007b416f81
* The script does the following:Gravatar rmistry@google.com2012-08-22
* Adds a newline to the end of files if it does not have one. * Sets svn:eol-style to LF. * Replaces CRLF with LF. * Replaces Tabs with 4 whitespaces. * Removes trailing whitespaces. Created to fix http://code.google.com/p/skia/issues/detail?id=779 : New buildbot step that fixes and submits whitespace and newline source file fixes. Review URL: https://codereview.appspot.com/6465078 git-svn-id: http://skia.googlecode.com/svn/trunk@5234 2bbb7eff-a529-9590-31e7-b0007b416f81