diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 17:37:23 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-29 17:37:23 +0000 |
commit | fdb08f5149729b50b451ecb0b5f12f08accf7be0 (patch) | |
tree | f13f89476e1716522d41bf16f2de6b9c70eabef3 /content/DEPS | |
parent | 4b23af3bcce0da29cc1a75bf712ef854928954d4 (diff) | |
download | chromium_src-fdb08f5149729b50b451ecb0b5f12f08accf7be0.zip chromium_src-fdb08f5149729b50b451ecb0b5f12f08accf7be0.tar.gz chromium_src-fdb08f5149729b50b451ecb0b5f12f08accf7be0.tar.bz2 |
Ensure none of content brings in views.
Review URL: http://codereview.chromium.org/7736005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content/DEPS b/content/DEPS index b05fedd..bbbbd9b 100644 --- a/content/DEPS +++ b/content/DEPS @@ -50,6 +50,10 @@ include_rules = [ # This file isn't related to grd, so it's fine. "+ui/base/l10n/l10n_util_win.h", - "+views", + # Content shouldn't depend on views. While we technically don't need this + # line, since the top level DEPS doesn't allow it, we add it to make this + # explicit. + "-views", + "+webkit", ] |