summaryrefslogtreecommitdiffstats
path: root/android_webview/native/DEPS
blob: 6693d305a0d2c602521923675aac32dbebcb1115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "+content/public/browser",
  "+ui/gfx",
  "+ui/gl",

  # Components that Android WebView depends on.
  "+components/navigation_interception",
  "+components/web_contents_delegate_android",

  # TODO(joth): Remove if we can move the compositor driver into ../browser/
  "+third_party/skia/include",
]