mnaganov | 9e5c48d | 2015-03-20 11:01:39 | [diff] [blame] | 1 | # Please include torne@ and (erikwright@) on the review for any changes |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame] | 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] | 1575e3d | 2014-05-03 22:21:44 | [diff] [blame] | 10 | "+components/data_reduction_proxy", |
dgozman | 0115d2a26 | 2015-04-22 18:39:13 | [diff] [blame] | 11 | "+components/devtools_discovery", |
[email protected] | 453ab2c | 2012-10-29 11:56:34 | [diff] [blame] | 12 | "+content/public/common", |
[email protected] | c5077667 | 2014-07-11 20:26:35 | [diff] [blame] | 13 | "+crypto", |
[email protected] | 92dd7777 | 2013-08-01 23:57:56 | [diff] [blame] | 14 | "+gpu", |
[email protected] | 5d730a3 | 2012-08-23 19:11:23 | [diff] [blame] | 15 | "+jni", |
[email protected] | 22c5f086 | 2012-09-07 05:43:10 | [diff] [blame] | 16 | "+net", |
[email protected] | f60335c | 2013-01-09 11:48:07 | [diff] [blame] | 17 | "+skia", |
| 18 | "+third_party/skia/include", |
[email protected] | 2e51618 | 2012-09-19 14:21:48 | [diff] [blame] | 19 | "+ui/android", |
[email protected] | 9b57401b | 2012-10-10 16:01:47 | [diff] [blame] | 20 | "+ui/base", |
[email protected] | ffff5b3 | 2014-06-25 21:31:08 | [diff] [blame] | 21 | "+ui/gfx", |
[email protected] | 878aa82 | 2012-08-09 10:55:04 | [diff] [blame] | 22 | ] |