| Index: android_webview/browser/DEPS
 | 
| diff --git a/android_webview/browser/DEPS b/android_webview/browser/DEPS
 | 
| index 2caa535f5beb279d519b75f8cf33890190a54a57..c48c8f434f9cce99728d63b723de288674ccfb6d 100644
 | 
| --- a/android_webview/browser/DEPS
 | 
| +++ b/android_webview/browser/DEPS
 | 
| @@ -2,6 +2,9 @@ include_rules = [
 | 
|    "-android_webview",
 | 
|    "+android_webview/browser",
 | 
|    "+android_webview/common",
 | 
| +  "+android_webview/public/browser",
 | 
| +
 | 
| +  "+cc",
 | 
|  
 | 
|    "+components/auto_login_parser",
 | 
|    "+components/navigation_interception",
 | 
| @@ -9,6 +12,9 @@ include_rules = [
 | 
|  
 | 
|    "+content/public/browser",
 | 
|  
 | 
| +  "+ui/gfx",
 | 
| +  "+ui/gl",
 | 
| +
 | 
|    # Temporary until we bundle our own favicon. See
 | 
|    # AwContentBrowserClient::GetDefaultFavicon
 | 
|    "!grit/ui_resources.h",
 | 
| 
 |