summaryrefslogtreecommitdiffstats
path: root/webkit/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Skip 'port' when checking webkit deps because it'stc@google.com2008-10-171-2/+2
| | | | | | | in the webkit style and does not include full paths. Review URL: http://codereview.chromium.org/7616 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3518 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the check deps to allow npruntime related headers.tc@google.com2008-10-171-1/+7
| | | | | | | TBR=pkasting Review URL: http://codereview.chromium.org/7613 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3515 0039d316-1c4b-4281-b951-d872f2087c98
* fix line endings for evandarin@chromium.org2008-10-151-6/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3438 0039d316-1c4b-4281-b951-d872f2087c98
* Disable deps checking on webkit/port since that directory doesn't follow the ↵darin@chromium.org2008-10-151-1/+1
| | | | | | | | | google include paths style rule. TBR=brettw Review URL: http://codereview.chromium.org/7378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3436 0039d316-1c4b-4281-b951-d872f2087c98
* Fix check deps bustage. It is valid to #include "bindings/npruntime.h"darin@chromium.org2008-10-151-0/+1
| | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/6609 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3435 0039d316-1c4b-4281-b951-d872f2087c98
* Don't check deps for webkit/pending. This isn't useful and may break ↵brettw@google.com2008-10-011-0/+1
| | | | | | | | arbitrarily. Review URL: http://codereview.chromium.org/5650 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2779 0039d316-1c4b-4281-b951-d872f2087c98
* Move subdirectory skipping from being in the DEPS file of the directory to ↵brettw@google.com2008-08-261-0/+4
skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. BUG=1342686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1358 0039d316-1c4b-4281-b951-d872f2087c98