OLD | NEW |
1 # Please include torne@ and (erikwright@) on the review for any changes | 1 # Please include torne@ and (erikwright@) on the review for any changes |
2 # to DEPS files under android_webview/ | 2 # to DEPS files under android_webview/ |
3 | 3 |
4 # Do not add any includes under chrome/ anywhere in android_webview. | 4 # Do not add any includes under chrome/ anywhere in android_webview. |
5 | 5 |
6 include_rules = [ | 6 include_rules = [ |
7 # 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. |
8 "-android_webview/lib", | 8 "-android_webview/lib", |
9 | 9 |
10 "+components/data_reduction_proxy", | 10 "+components/data_reduction_proxy", |
11 "+components/devtools_discovery", | 11 "+components/devtools_discovery", |
12 "+components/metrics", | 12 "+components/metrics", |
| 13 "+components/prefs", |
13 "+content/public/common", | 14 "+content/public/common", |
14 "+crypto", | 15 "+crypto", |
15 "+gpu", | 16 "+gpu", |
16 "+jni", | 17 "+jni", |
17 "+net", | 18 "+net", |
18 "+skia", | 19 "+skia", |
19 "+third_party/skia/include", | 20 "+third_party/skia/include", |
20 "+ui/android", | 21 "+ui/android", |
21 "+ui/base", | 22 "+ui/base", |
22 "+ui/gfx", | 23 "+ui/gfx", |
23 ] | 24 ] |
OLD | NEW |