Commit fdb08f51 authored by jam@chromium.org's avatar jam@chromium.org

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
parent 4b23af3b
......@@ -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",
]
......@@ -5,11 +5,6 @@ include_rules = [
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
# Content shouldn't depend on views. This rule is now in content\browser,
# instead of content, because there's one file in content\common that depends
# on views. When it's moved back to chrome, move this rule up.
"-views",
# ONLY USED BY TESTS
"+chrome/browser/browser_process.h",
"+chrome/browser/ui/browser.h",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment