| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bug with checkdeps on OS X and git. | akalin@chromium.org | 2010-09-10 | 1 | -1/+1 |
* | Modify checkdeps.py so that it only looks for files named DEPS, not | dmazzoni@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Modify checkdeps.py to work with git. | satorux@chromium.org | 2010-02-08 | 1 | -3/+33 |
* | Also scan .m and .mm files in checkdeps.py | phajdan.jr@chromium.org | 2009-05-18 | 1 | -11/+10 |
* | Let checkdeps ignore #if 0 blocks. Also strip lines of leading/trailing white... | thestig@chromium.org | 2009-03-18 | 1 | -1/+14 |
* | Use unix path separators in checkdeps. Otherwise it doesn't work on Unix syst... | thestig@chromium.org | 2009-02-27 | 1 | -3/+1 |
* | Fix the dependency checker tool. Rules for a directory did modify their direc... | stoyan@chromium.org | 2009-02-05 | 1 | -8/+10 |
* | Use Vars for the webkit repo and revision number. This way | ojan@google.com | 2009-02-03 | 1 | -5/+17 |
* | Apply svn:executable to .py files which should have it. | phajdan.jr@chromium.org | 2008-12-12 | 1 | -0/+1 |
* | Move subdirectory skipping from being in the DEPS file of the directory to sk... | brettw@google.com | 2008-08-26 | 1 | -16/+15 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix a number of bugs in checkdeps now that I actually ran it on the Chrome tree. | brettw@google.com | 2008-08-08 | 1 | -12/+18 |
* | Recursively search directories in the source tree and verify includes. | brettw@google.com | 2008-08-07 | 1 | -0/+461 |