| Index: content/browser/DEPS | 
| diff --git a/content/browser/DEPS b/content/browser/DEPS | 
| index d29e52f7171f66e6ebd627de822285b1705ce9e4..298ec09c20580f367d69a7bbf3786afee983fbe1 100644 | 
| --- a/content/browser/DEPS | 
| +++ b/content/browser/DEPS | 
| @@ -2,6 +2,7 @@ include_rules = [ | 
| # Allow inclusion of specific components that we depend on. We may only | 
| # depend on components which we share with the mojo html_viewer. | 
| "+components/mime_util", | 
| +  "+components/mus/public/interfaces", | 
| "+components/scheduler/common", | 
| "+components/tracing", | 
| "+components/url_formatter", | 
| @@ -20,6 +21,7 @@ include_rules = [ | 
| "+mojo", | 
| "+sql", | 
| "+ui/aura_extra", | 
| +  "+ui/views/mus",  # http://crbug.com/555767 | 
| "+ui/webui", | 
| "+win8/util", | 
|  | 
|  |