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

Unified Diff: content/DEPS

Issue 10989080: content: Fix deps entries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/DEPS
diff --git a/content/DEPS b/content/DEPS
index a79d9c67bf8d4c7fa8293615b3209f77e7f27822..7600e6547f7b7bdc6ef204cc3b05df9e452b5c73 100644
--- a/content/DEPS
+++ b/content/DEPS
@@ -64,13 +64,10 @@ include_rules = [
# 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",
-
- # Aura Shell consumes views, so it too is banned.
- "-ui/aura_shell",
+ "-ui/views",
"+webkit",
- # For generated JNI includes
+ # For generated JNI includes.
"+jni",
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698