Chromium Code Reviews| 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", |
|
gab
2013/07/09 20:48:31
It seems like chrome/browser/DEPS only includes sk
scottmg
2013/07/09 21:16:45
Done.
|
| + |
| + # Should not be using browser code. |
| + "-chrome/browser", |
| ] |