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

# With the exception of chrome/browser/component, 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",

  "+chrome/browser/component",
  "+content/public/common",
  "+jni",
  "+net",
  "+ui/android",
  "+ui/base",
  "+webkit",
]