summaryrefslogtreecommitdiffstats
path: root/android_webview/native/DEPS
blob: 4337129b079ca52f945a59535f75db44ee377c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
include_rules = [
  "+content/public/browser",
  "+content/public/test",
  "+media/base/android",
  "+storage/browser/quota",
  "+storage/common/quota",
  "+ui/gfx",
  "+ui/shell_dialogs",

  # Components that Android WebView depends on.
  "+components/autofill/content/browser",
  "+components/autofill/core/browser",
  "+components/autofill/core/common",
  "+components/data_reduction_proxy/core/browser",
  "+components/devtools_http_handler",
  "+components/external_video_surface",
  "+components/navigation_interception",
  "+components/user_prefs",
  "+components/web_contents_delegate_android",

  "+printing",

]