1# Please include benm@ and (erikwright@) on the review for any changes
2# to DEPS files under android_webview/
3
4# Do not add any includes under chrome/ anywhere in android_webview.
5
6include_rules = [
7  # lib is the top-level target, and must remain a leaf in the dependency tree.
8  "-android_webview/lib",
9
10  "+components/data_reduction_proxy",
11  "+content/browser/media/android",
12  "+content/public/common",
13  "+crypto",
14  "+gpu",
15  "+jni",
16  "+net",
17  "+skia",
18  "+third_party/skia/include",
19  "+ui/android",
20  "+ui/base",
21  "+ui/gfx",
22  "+webkit/common/gpu"
23]
24