Index: chrome/utility/DEPS |
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS |
index 50c03d02ac2a664cef8841bacca3d11589a8fade..4c7816476479cd0534ce9255bf4dbf1d909734a0 100644 |
--- a/chrome/utility/DEPS |
+++ b/chrome/utility/DEPS |
@@ -1,9 +1,15 @@ |
include_rules = [ |
# For out of process profile import. This code needs to be factored out to |
# chrome/common. |
- "+chrome/browser/importer", |
"+chrome/common/local_discovery", |
"+content/public/child", |
"+content/public/utility", |
"+webkit/glue", |
+ |
+ # For generated headers. |
+ "+grit", |
+ "+skia", |
+ |
+ # Should not be using browser code. |
+ "-chrome/browser", |
] |