summaryrefslogtreecommitdiffstats
path: root/android_webview/native/DEPS
blob: 4b8dbbb75cf76ccb01ff14afd8b6ca868aba229b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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/navigation_interception",
  "+components/user_prefs",
  "+components/web_contents_delegate_android",

  "+printing",

]