blob: 871dd41d4bf7e628584d0a28cb156133f6b8e669 [file] [log] [blame]
# Please add joi@ or erikwright@ as reviewers for any changes to DEPS files
# under android_webview/ as they are keeping track of what needs to become a
# Browser Component.
# Do not add any includes under chrome/ to this DEPS file. Code that depends on
# chrome/ should go into android_webview/lib/ or be refactored.
include_rules = [
# lib is the top-level target, and must remain a leaf in the dependency tree.
"-android_webview/lib",
"+chrome/android/java/src/org/chromium/chrome/browser/component",
"+chrome/browser/component",
"+content/public",
"+jni",
"+net",
"+ui/android",
]