| Index: android_webview/DEPS
|
| diff --git a/android_webview/DEPS b/android_webview/DEPS
|
| index 63f5faad22854bdd362cd99fb7f1b1e9ef644e24..75ca2560dee451080fa6fe4074917837e04d6f71 100644
|
| --- a/android_webview/DEPS
|
| +++ b/android_webview/DEPS
|
| @@ -10,6 +10,9 @@ include_rules = [
|
| "+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",
|
|
|