diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 09:14:39 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-21 09:14:39 +0000 |
commit | 175d47339cdcd312d09fbd45ff8870cc68a08b20 (patch) | |
tree | ec74f2e49302b03d94f9741e5dd4471914b45fa1 /content/DEPS | |
parent | a1179d33625892da9bc7a46b03e96e9682ffcb93 (diff) | |
download | chromium_src-175d47339cdcd312d09fbd45ff8870cc68a08b20.zip chromium_src-175d47339cdcd312d09fbd45ff8870cc68a08b20.tar.gz chromium_src-175d47339cdcd312d09fbd45ff8870cc68a08b20.tar.bz2 |
Document in //content/DEPS that //content shouldn't depend on //components.
I'm working with the owners of the one exception to this rule to find
a correct home for it.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/15490006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201275 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/DEPS b/content/DEPS index 141bb04..4ef06965 100644 --- a/content/DEPS +++ b/content/DEPS @@ -1,5 +1,5 @@ -# Do NOT add chrome to the list below. We shouldn't be including files from -# src/chrome in src/content. +# Do NOT add chrome or components to the list below. We shouldn't be +# including files from src/chrome or src/components in src/content. include_rules = [ # The subdirectories in content/ will manually allow their own include # directories in content/ so we disallow all of them. |