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

Unified Diff: content/browser/renderer_host/DEPS

Issue 12319119: Fix layering violation in content\browser\renderer_host. That directory shouldn't be including web_… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 10 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
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/renderer_host/media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/DEPS
===================================================================
--- content/browser/renderer_host/DEPS (revision 184684)
+++ content/browser/renderer_host/DEPS (working copy)
@@ -8,5 +8,11 @@
# The renderer_host files should only call upwards in the layering via the
# delegate interfaces.
- "-content/browser/tab_contents",
+ "-content/browser/web_contents",
]
+
+specific_include_rules = {
+ ".*_(unit|browser|api)test\.cc": [
+ "+content/browser/web_contents",
+ ],
+}
« no previous file with comments | « content/browser/gpu/gpu_data_manager_impl.cc ('k') | content/browser/renderer_host/media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698