Index: chrome/utility/DEPS |
diff --git a/chrome/utility/DEPS b/chrome/utility/DEPS |
index 50c03d02ac2a664cef8841bacca3d11589a8fade..b7990b15641c09e7eb872a8c9f6f70d9bd6cb2e0 100644 |
--- a/chrome/utility/DEPS |
+++ b/chrome/utility/DEPS |
@@ -1,9 +1,16 @@ |
include_rules = [ |
# For out of process profile import. This code needs to be factored out to |
gab
2013/07/10 13:40:44
This comment can be removed as it was directed at
scottmg
2013/07/15 16:06:01
Done.
|
# chrome/common. |
- "+chrome/browser/importer", |
"+chrome/common/local_discovery", |
gab
2013/07/10 13:40:44
Add "+chrome/common/importer" too?
gab
2013/07/10 13:53:21
Actually chrome/DEPS seems to always allow anythin
scottmg
2013/07/15 16:06:01
Done.
|
"+content/public/child", |
"+content/public/utility", |
"+webkit/glue", |
+ |
+ # For generated headers. |
+ "+grit", |
+ |
+ "+skia/ext", |
+ |
+ # Should not be using browser code. |
+ "-chrome/browser", |
] |