diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 23:00:17 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-01 23:00:17 +0000 |
commit | 84658a60566f556b4053215439608e1dd07b96fb (patch) | |
tree | 721e87b5cc2208aa769376060fe8b9bf440acc7d /webkit/DEPS | |
parent | de56f378336660dcc848763c80267a5e063ae47d (diff) | |
download | chromium_src-84658a60566f556b4053215439608e1dd07b96fb.zip chromium_src-84658a60566f556b4053215439608e1dd07b96fb.tar.gz chromium_src-84658a60566f556b4053215439608e1dd07b96fb.tar.bz2 |
Don't check deps for webkit/pending. This isn't useful and may break arbitrarily.
Review URL: http://codereview.chromium.org/5650
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2779 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index ffded95..78a1c8e 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,4 +1,5 @@ # checkdeps.py shouldn't check include paths for files in these dirs:
skip_child_includes = [
"build",
+ "pending",
]
|