Index: chrome/browser/DEPS |
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS |
index 7e794a6ef3e36337eca06d6e46aad1654a814a56..3baadbcfb644ce13e9f79985fa19a0a2fdd3d782 100644 |
--- a/chrome/browser/DEPS |
+++ b/chrome/browser/DEPS |
@@ -71,6 +71,9 @@ include_rules = [ |
"-chrome/browser/ui/views", |
+ # Should not be using utility process code. http://crbug.com/254672 |
+ "!chrome/utility", |
gab
2013/07/10 13:40:44
Just checking, I've never seen '!' DEPS rules, I a
tfarina
2013/07/10 13:44:36
it means this rule is temporary and will generate
|
+ |
# Other libraries. |
"+chrome/third_party/mozilla_security_manager", |
"+libxml", # For search engine definition parsing. |