| Index: android_webview/native/DEPS
|
| diff --git a/android_webview/native/DEPS b/android_webview/native/DEPS
|
| index 3067d75edf0cee2bfab7669bb21f2580fb2437e9..452c80b9c4f8ae514a488b74e696ce596f5c9bc9 100644
|
| --- a/android_webview/native/DEPS
|
| +++ b/android_webview/native/DEPS
|
| @@ -3,6 +3,9 @@ include_rules = [
|
| "+ui/gfx",
|
| "+ui/gl",
|
|
|
| + # Components that Android WebView depends on.
|
| + "+components/web_contents_delegate_android",
|
| +
|
| # TODO(joth): Remove if we can move the compositor driver into ../browser/
|
| "+third_party/skia/include",
|
| ]
|
|
|