From 45c563fdbce611730a614ef14667c72f7f1d5246 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Sun, 22 Feb 2009 23:14:57 +0000 Subject: fix checkdeps TBR=dean Review URL: http://codereview.chromium.org/27042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10168 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/DEPS | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'net') diff --git a/net/base/DEPS b/net/base/DEPS index ab5795a5..8bd50c3 100644 --- a/net/base/DEPS +++ b/net/base/DEPS @@ -1,5 +1,6 @@ -include_rules = [ - "+third_party/bzip2", - "+third_party/npapi", - "+third_party/zlib", -] +include_rules = [ + "+third_party/bzip2", + "+third_party/npapi", + "+third_party/zlib", + "+grit", # For generated headers +] -- cgit v1.1