diff options
author | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 00:48:23 +0000 |
---|---|---|
committer | nsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-11 00:48:23 +0000 |
commit | 9663383156ca23d8b8f69b6733d277eaff2cb930 (patch) | |
tree | 542fd6f24be6cf89808b4b8bd1f052b4d3442f9b /webkit/DEPS | |
parent | 59808c0e74ee4183bdb6ae456af37ea84e6c58d0 (diff) | |
download | chromium_src-9663383156ca23d8b8f69b6733d277eaff2cb930.zip chromium_src-9663383156ca23d8b8f69b6733d277eaff2cb930.tar.gz chromium_src-9663383156ca23d8b8f69b6733d277eaff2cb930.tar.bz2 |
Add "api" to the webkit\ deps ignore list.
Review URL: http://codereview.chromium.org/113191
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15745 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 99b96ac..70ca8be 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,5 +1,6 @@ # 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", |