diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 18:27:38 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 18:27:38 +0000 |
commit | 7bcfbb4296c517f0c6f27c23065065a0b5568b59 (patch) | |
tree | d0e804359a9bd9e0f697751d624be5d53215b6b4 /webkit/DEPS | |
parent | ab5b9a361b7e6674c04071fa63dc2fce8491b196 (diff) | |
download | chromium_src-7bcfbb4296c517f0c6f27c23065065a0b5568b59.zip chromium_src-7bcfbb4296c517f0c6f27c23065065a0b5568b59.tar.gz chromium_src-7bcfbb4296c517f0c6f27c23065065a0b5568b59.tar.bz2 |
Revert "Delete a bunch of deprecated and/or empty directores in src/webkit/."
This reverts commit r32340.
TBR=japhet
Review URL: http://codereview.chromium.org/402054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/DEPS')
-rw-r--r-- | webkit/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/DEPS b/webkit/DEPS index 5102de3..537654c 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,6 +1,10 @@ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ + "api", "build", + # Skip port and pending because they use webkit style for includes. + "pending", + "port", ] include_rules = [ |