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 /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 'DEPS')
-rw-r--r-- | DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -451,6 +451,7 @@ include_rules = [ # Everybody can use some things. "+base", "+build", + "+googleurl", "+ipc", # For now, we allow ICU to be included by specifying "unicode/...", although |