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 6 include_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 "+gpu", 14 "+jni", 15 "+net", 16 "+skia", 17 "+third_party/skia/include", 18 "+ui/android", 19 "+ui/base", 20 "+webkit", 21 ] 22