summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
blob: ed3891d58c1290750ecd4c355d9f8ae6af9ee878 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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 = [
  "+chrome/android/java/src/org/chromium/chrome/browser/component",
  "+chrome/browser/component",
  "+content/public",
]