| # Please include torne@ and (erikwright@) on the review for any changes |
| # to DEPS files under android_webview/ |
| |
| # Do not add any includes under chrome/ anywhere in android_webview. |
| |
| include_rules = [ |
| # lib is the top-level target, and must remain a leaf in the dependency tree. |
| "-android_webview/lib", |
| |
| "+components/metrics", |
| "+components/prefs", |
| "+components/version_info", |
| # Only allow this header in spellchecking since allowing all of spellchecking |
| # would include both browser and renderer components. |
| "+components/spellcheck/spellcheck_build_features.h", |
| "+components/supervised_user_error_page", |
| "+components/web_restrictions", |
| "+content/public/common", |
| "+crypto", |
| "+gpu", |
| "+grit/components_strings.h", |
| "+jni", |
| # Only this one header in media which doesn't depend on anything else. |
| "+media/media_features.h", |
| "+net", |
| "+skia", |
| "+third_party/skia/include", |
| "+ui/android", |
| "+ui/base", |
| "+ui/gfx", |
| ] |