| Index: chrome/browser/DEPS
|
| diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
|
| index 4fa3b4293409e4de955effb2903019f36e3ee980..8f55962782a34d6c9b6699da761d43ef57940538 100644
|
| --- a/chrome/browser/DEPS
|
| +++ b/chrome/browser/DEPS
|
| @@ -73,6 +73,9 @@ include_rules = [
|
| "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h",
|
| "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h",
|
|
|
| + # Should not be using utility process code. http://crbug.com/254672
|
| + "!chrome/utility",
|
| +
|
| # Other libraries.
|
| "+chrome/third_party/mozilla_security_manager",
|
| "+libxml", # For search engine definition parsing.
|
|
|