summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 17:52:54 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-27 17:52:54 +0000
commitf82ef0669069492f863bdbc4bf225c95bcc662a8 (patch)
tree40c9d67a3078f1b511d8aa7f0299a92fadf1807a /base/DEPS
parent8b3f0f025452b3d5a79e7942045574f84040b3c5 (diff)
downloadchromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.zip
chromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.tar.gz
chromium_src-f82ef0669069492f863bdbc4bf225c95bcc662a8.tar.bz2
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
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
index 80df202..f0aa936 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+jni",
+ "+native_client",
"+third_party/ashmem",
"+third_party/apple_apsl",
"+third_party/libevent",