| Index: android_webview/native/DEPS
|
| diff --git a/android_webview/native/DEPS b/android_webview/native/DEPS
|
| index 452c80b9c4f8ae514a488b74e696ce596f5c9bc9..e7f93252443c6f93a73710573b64a1aab31a2de1 100644
|
| --- a/android_webview/native/DEPS
|
| +++ b/android_webview/native/DEPS
|
| @@ -1,11 +1,9 @@
|
| include_rules = [
|
| "+content/public/browser",
|
| - "+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/
|
| + # Required for PictureHelper.
|
| "+third_party/skia/include",
|
| ]
|
|
|