summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
blob: b53964d831e2c1210cb1779b069c5235cf3ba15a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Please include torne@ and (erikwright@) on the review for any changes
# to DEPS files under android_webview/

# Do not add any includes under chrome/ anywhere in android_webview.

include_rules = [
  # lib is the top-level target, and must remain a leaf in the dependency tree.
  "-android_webview/lib",

  "+components/data_reduction_proxy",
  "+components/devtools_discovery",
  "+components/metrics",
  "+content/public/common",
  "+crypto",
  "+gpu",
  "+jni",
  "+net",
  "+skia",
  "+third_party/skia/include",
  "+ui/android",
  "+ui/base",
  "+ui/gfx",
]