Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: content/browser/DEPS

Issue 7764010: Get rid of last views dependency in RenderWidgetHostViewWin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/DEPS
===================================================================
--- content/browser/DEPS (revision 98490)
+++ content/browser/DEPS (working copy)
@@ -5,6 +5,11 @@
# 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/ui/browser.h",
]

Powered by Google App Engine
This is Rietveld 408576698