| Index: android_webview/DEPS | 
| diff --git a/android_webview/DEPS b/android_webview/DEPS | 
| index ed3891d58c1290750ecd4c355d9f8ae6af9ee878..514d673d24f5d8b993ea5077e5291fb233db170f 100644 | 
| --- a/android_webview/DEPS | 
| +++ b/android_webview/DEPS | 
| @@ -6,7 +6,11 @@ | 
| # chrome/ should go into android_webview/lib/ or be refactored. | 
|  | 
| include_rules = [ | 
| +  # lib is the top-level target, and must remain a leaf in the dependency tree. | 
| +  "-android_webview/lib", | 
| + | 
| "+chrome/android/java/src/org/chromium/chrome/browser/component", | 
| "+chrome/browser/component", | 
| "+content/public", | 
| +  "+jni", | 
| ] | 
|  |