summaryrefslogtreecommitdiffstats
path: root/tools/checkdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix bug with checkdeps on OS X and git.akalin@chromium.org2010-09-101-1/+1
* Modify checkdeps.py so that it only looks for files named DEPS, notdmazzoni@chromium.org2010-08-261-1/+1
* Modify checkdeps.py to work with git.satorux@chromium.org2010-02-081-3/+33
* Also scan .m and .mm files in checkdeps.pyphajdan.jr@chromium.org2009-05-181-11/+10
* Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white...thestig@chromium.org2009-03-181-1/+14
* Use unix path separators in checkdeps. Otherwise it doesn't work on Unix syst...thestig@chromium.org2009-02-271-3/+1
* Fix the dependency checker tool. Rules for a directory did modify their direc...stoyan@chromium.org2009-02-051-8/+10
* Use Vars for the webkit repo and revision number. This wayojan@google.com2009-02-031-5/+17
* Apply svn:executable to .py files which should have it.phajdan.jr@chromium.org2008-12-121-0/+1
* Move subdirectory skipping from being in the DEPS file of the directory to sk...brettw@google.com2008-08-261-16/+15
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix a number of bugs in checkdeps now that I actually ran it on the Chrome tree.brettw@google.com2008-08-081-12/+18
* Recursively search directories in the source tree and verify includes.brettw@google.com2008-08-071-0/+461