| Commit message (Expand) | Author | Age | Files | Lines |
* | checkdeps: Fix documentation for include_rules. | digit@chromium.org | 2013-10-18 | 1 | -2/+2 |
* | Add #!/usr/bin/env python to builddeps.py | stevenjb@chromium.org | 2013-10-01 | 1 | -0/+1 |
* | Added graphdeps.py tool to dump inter-module dependency graph to DOT/PNG with... | sergeygs@chromium.org | 2013-10-01 | 4 | -323/+795 |
* | Removing a TODO in checkdeps. The "check added includes" presubmit | joi@chromium.org | 2013-07-10 | 1 | -1/+0 |
* | Also check .cpp files for include rules violations | jochen@chromium.org | 2013-05-06 | 1 | -0/+1 |
* | Fix a bug in checkdeps due to a shallow copy. | joi@chromium.org | 2012-12-06 | 4 | -1/+35 |
* | Commit these files in advance of tests so that they pass on their CQ run. | erikwright@chromium.org | 2012-11-09 | 10 | -0/+71 |
* | Fixed checkdeps/cpp_checker.py check for '\' in include paths. | joaodasilva@chromium.org | 2012-10-19 | 1 | -3/+5 |
* | Add functionality to checkdeps to generate "number of intended DEPS violated"... | joi@chromium.org | 2012-09-25 | 3 | -36/+155 |
* | Add ability to write include rules specific to subsets of files in a directory. | joi@chromium.org | 2012-08-13 | 9 | -36/+147 |
* | Add ability to format errors as a list of temp-allow rules to paste | joi@chromium.org | 2012-08-01 | 6 | -160/+297 |
* | Add checkdeps presubmit check. Warns on new #includes of dependencies | joi@chromium.org | 2012-07-31 | 2 | -1/+9 |
* | Implement ability to specify temporarily-allowed dependencies in DEPS | joi@chromium.org | 2012-07-31 | 14 | -295/+592 |
* | Add Java support to checkdeps.py | husky@chromium.org | 2012-07-24 | 3 | -131/+232 |
* | Change checkdeps.py to stop scanning after a certain number of non-include li... | mattm@chromium.org | 2012-06-08 | 1 | -13/+24 |
* | Don't make checkdeps ignore includes to directories that are brought in via d... | jam@chromium.org | 2012-04-27 | 1 | -16/+3 |
* | Fix python scripts in src/tools/ | maruel@chromium.org | 2011-11-29 | 1 | -7/+14 |
* | Allow checkdeps to function in the presence of File(). | bradnelson@google.com | 2011-11-21 | 1 | -1/+8 |
* | Fix checkdeps.py to check all the source directories in git checkouts. | kinaba@chromium.org | 2011-10-28 | 1 | -1/+4 |
* | Update checkdeps to deal with the more recent From() syntax, and re-enable | brettw@chromium.org | 2011-07-12 | 1 | -1/+1 |
* | Revert 84470 (we want DEPS files to stay simple as discussed in irc. Also, th... | thakis@chromium.org | 2011-05-06 | 1 | -7/+2 |
* | Remove nacl_tools_revision and get the appropriate folders/revisions from nat... | elijahtaylor@google.com | 2011-05-06 | 1 | -2/+7 |
* | Fix up checkdeps | thomasvl@chromium.org | 2011-04-15 | 1 | -3/+3 |
* | Revert accidental checkin. | jam@chromium.org | 2011-02-25 | 1 | -1/+1 |
* | Move appcache/file_sytem/device_orientation subdirectories of chrome\browser ... | jam@chromium.org | 2011-02-24 | 1 | -1/+1 |
* | 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 |