summaryrefslogtreecommitdiffstats
path: root/tools/checkdeps
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in checkdeps due to a shallow copy.joi@chromium.org2012-12-064-1/+35
* Commit these files in advance of tests so that they pass on their CQ run.erikwright@chromium.org2012-11-0910-0/+71
* Fixed checkdeps/cpp_checker.py check for '\' in include paths.joaodasilva@chromium.org2012-10-191-3/+5
* Add functionality to checkdeps to generate "number of intended DEPS violated"...joi@chromium.org2012-09-253-36/+155
* Add ability to write include rules specific to subsets of files in a directory.joi@chromium.org2012-08-139-36/+147
* Add ability to format errors as a list of temp-allow rules to pastejoi@chromium.org2012-08-016-160/+297
* Add checkdeps presubmit check. Warns on new #includes of dependenciesjoi@chromium.org2012-07-312-1/+9
* Implement ability to specify temporarily-allowed dependencies in DEPSjoi@chromium.org2012-07-3114-295/+592
* Add Java support to checkdeps.pyhusky@chromium.org2012-07-243-131/+232
* Change checkdeps.py to stop scanning after a certain number of non-include li...mattm@chromium.org2012-06-081-13/+24
* Don't make checkdeps ignore includes to directories that are brought in via d...jam@chromium.org2012-04-271-16/+3
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-7/+14
* Allow checkdeps to function in the presence of File().bradnelson@google.com2011-11-211-1/+8
* Fix checkdeps.py to check all the source directories in git checkouts.kinaba@chromium.org2011-10-281-1/+4
* Update checkdeps to deal with the more recent From() syntax, and re-enablebrettw@chromium.org2011-07-121-1/+1
* Revert 84470 (we want DEPS files to stay simple as discussed in irc. Also, th...thakis@chromium.org2011-05-061-7/+2
* Remove nacl_tools_revision and get the appropriate folders/revisions from nat...elijahtaylor@google.com2011-05-061-2/+7
* Fix up checkdepsthomasvl@chromium.org2011-04-151-3/+3
* Revert accidental checkin.jam@chromium.org2011-02-251-1/+1
* Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ...jam@chromium.org2011-02-241-1/+1
* 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