From f82ef0669069492f863bdbc4bf225c95bcc662a8 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 27 Apr 2012 17:52:54 +0000 Subject: Don't make checkdeps ignore includes to directories that are brought in via deps. Most of these are already listed in DEPS files, and it seems that we want to prevent includes on them just like normal directories that are in our tree (otherwise content can depend on native_client, for ex) Review URL: https://chromiumcodereview.appspot.com/10248005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134296 0039d316-1c4b-4281-b951-d872f2087c98 --- media/DEPS | 1 + 1 file changed, 1 insertion(+) (limited to 'media') diff --git a/media/DEPS b/media/DEPS index 6ee9414..c9b8ea1 100644 --- a/media/DEPS +++ b/media/DEPS @@ -2,6 +2,7 @@ include_rules = [ "+jni", "+third_party/ffmpeg", "+third_party/openmax", + "+third_party/skia", "+ui/gfx", "+ui/gfx/gl", ] -- cgit v1.1