From 3bd77d47b5653209dfe032396e07953019e65c1e Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Fri, 17 Oct 2008 05:58:20 +0000 Subject: Fix the check deps to allow npruntime related headers. 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 --- webkit/DEPS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'webkit/DEPS') diff --git a/webkit/DEPS b/webkit/DEPS index cc2f1a9..c176155 100644 --- a/webkit/DEPS +++ b/webkit/DEPS @@ -2,5 +2,11 @@ skip_child_includes = [ "build", "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