| OLD | NEW |
| 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes | 1 # Please include joth@ and (joi@ or erikwright@) on the review for any changes |
| 2 # to DEPS files under android_webview/ | 2 # to DEPS files under android_webview/ |
| 3 | 3 |
| 4 # With the exception of chrome/browser/component, do not add any includes under | 4 # Do not add any includes under chrome/ anywhere in android_webview. |
| 5 # chrome/ anywhere in android_webview. | |
| 6 | 5 |
| 7 include_rules = [ | 6 include_rules = [ |
| 8 # lib is the top-level target, and must remain a leaf in the dependency tree. | 7 # lib is the top-level target, and must remain a leaf in the dependency tree. |
| 9 "-android_webview/lib", | 8 "-android_webview/lib", |
| 10 | 9 |
| 11 "+chrome/browser/component", | 10 "!chrome/browser/component", |
| 11 "+content/components", |
| 12 "+content/public/common", | 12 "+content/public/common", |
| 13 "+jni", | 13 "+jni", |
| 14 "+net", | 14 "+net", |
| 15 "+ui/android", | 15 "+ui/android", |
| 16 "+ui/base", | 16 "+ui/base", |
| 17 "+webkit", | 17 "+webkit", |
| 18 ] | 18 ] |
| OLD | NEW |