[email protected] | 453ab2c | 2012-10-29 11:56:34 | [diff] [blame] | 1 | # Please include joth@ and (joi@ or erikwright@) on the review for any changes |
2 | # to DEPS files under android_webview/ | ||||
[email protected] | 878aa82 | 2012-08-09 10:55:04 | [diff] [blame] | 3 | |
[email protected] | b27a584 | 2012-11-09 10:06:13 | [diff] [blame^] | 4 | # Do not add any includes under chrome/ anywhere in android_webview. |
[email protected] | 878aa82 | 2012-08-09 10:55:04 | [diff] [blame] | 5 | |
6 | include_rules = [ | ||||
[email protected] | 5d730a3 | 2012-08-23 19:11:23 | [diff] [blame] | 7 | # lib is the top-level target, and must remain a leaf in the dependency tree. |
8 | "-android_webview/lib", | ||||
9 | |||||
[email protected] | b27a584 | 2012-11-09 10:06:13 | [diff] [blame^] | 10 | "!chrome/browser/component", |
11 | "+content/components", | ||||
[email protected] | 453ab2c | 2012-10-29 11:56:34 | [diff] [blame] | 12 | "+content/public/common", |
[email protected] | 5d730a3 | 2012-08-23 19:11:23 | [diff] [blame] | 13 | "+jni", |
[email protected] | 22c5f086 | 2012-09-07 05:43:10 | [diff] [blame] | 14 | "+net", |
[email protected] | 2e51618 | 2012-09-19 14:21:48 | [diff] [blame] | 15 | "+ui/android", |
[email protected] | 9b57401b | 2012-10-10 16:01:47 | [diff] [blame] | 16 | "+ui/base", |
17 | "+webkit", | ||||
[email protected] | 878aa82 | 2012-08-09 10:55:04 | [diff] [blame] | 18 | ] |