diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 17:52:54 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-27 17:52:54 +0000 |
commit | f82ef0669069492f863bdbc4bf225c95bcc662a8 (patch) | |
tree | 40c9d67a3078f1b511d8aa7f0299a92fadf1807a /content/common/DEPS | |
parent | 8b3f0f025452b3d5a79e7942045574f84040b3c5 (diff) | |
download | chromium_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 'content/common/DEPS')
-rw-r--r-- | content/common/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/DEPS b/content/common/DEPS index cc5cd70..ec46498 100644 --- a/content/common/DEPS +++ b/content/common/DEPS @@ -1,3 +1,4 @@ include_rules = [ "+media/base", + "+seccompsandbox", ] |