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/metrics", | 10 "+components/metrics", |
11 "+components/prefs", | 11 "+components/prefs", |
12 "+components/version_info", | 12 "+components/version_info", |
| 13 # Only allow this header in spellchecking since allowing all of spellchecking |
| 14 # would include both browser and renderer components. |
| 15 "+components/spellcheck/spellcheck_build_features.h", |
13 "+components/supervised_user_error_page", | 16 "+components/supervised_user_error_page", |
14 "+components/web_restrictions", | 17 "+components/web_restrictions", |
15 "+content/public/common", | 18 "+content/public/common", |
16 "+crypto", | 19 "+crypto", |
17 "+gpu", | 20 "+gpu", |
18 "+grit/components_strings.h", | 21 "+grit/components_strings.h", |
19 "+jni", | 22 "+jni", |
20 "+net", | 23 "+net", |
21 "+skia", | 24 "+skia", |
22 "+third_party/skia/include", | 25 "+third_party/skia/include", |
23 "+ui/android", | 26 "+ui/android", |
24 "+ui/base", | 27 "+ui/base", |
25 "+ui/gfx", | 28 "+ui/gfx", |
26 ] | 29 ] |
OLD | NEW |