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

Unified Diff: content/DEPS

Issue 6695029: Make ContentBrowserClient not be owned by ContentClient, so that the latter d... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/DEPS
===================================================================
--- content/DEPS (revision 78112)
+++ content/DEPS (working copy)
@@ -7,6 +7,11 @@
# When the src\content refactoring is complete, this will be unnecessary (and
# in fact, a layering violation).
"+chrome",
+
+ # The subdirectories in content/ will manually allow their own include
+ # directories in content/ so we disallow all of them.
+ "-content",
+ "+content/common",
"+grit",
"+gpu",

Powered by Google App Engine
This is Rietveld 408576698