From 4e0a8211447650d51fb4e7c31b385daf9e58cc61 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 17 Oct 2008 06:58:47 +0000 Subject: Skip 'port' when checking webkit deps because it's 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 --- webkit/DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/DEPS') diff --git a/webkit/DEPS b/webkit/DEPS index c176155..c0c8533 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -1,12 +1,12 @@ # checkdeps.py shouldn't check include paths for files in these dirs: skip_child_includes = [ "build", + # Skip port and pending because they use webkit style for includes. "pending", + "port", ] include_rules = [ # For bridge/c/c_utility.h in npruntime_util.cc "+bridge", - # For bindings/npruntime.h in ScriptController.h - "+bindings", ] -- cgit v1.1