summaryrefslogtreecommitdiffstats
path: root/content/browser/DEPS
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-27 18:04:20 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-27 18:04:20 +0000
commite1249b3fb4d47da09a36469bbe9c9fc94250d042 (patch)
tree59ea544ef3e0e4730a6fbb62ac03c4f22488eca3 /content/browser/DEPS
parent1b9fac00de50d78e2f641e4b3e708b2f357d8123 (diff)
downloadchromium_src-e1249b3fb4d47da09a36469bbe9c9fc94250d042.zip
chromium_src-e1249b3fb4d47da09a36469bbe9c9fc94250d042.tar.gz
chromium_src-e1249b3fb4d47da09a36469bbe9c9fc94250d042.tar.bz2
Get rid of last views dependency in RenderWidgetHostViewWin.
Review URL: http://codereview.chromium.org/7764010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98569 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/DEPS')
-rw-r--r--content/browser/DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/browser/DEPS b/content/browser/DEPS
index 7fec844..10db8fb 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -5,6 +5,11 @@ 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",