summaryrefslogtreecommitdiff
path: root/chromium/content/public/android/DEPS
blob: e14a66ac6669eb613d785ca3bba9ff7394a8a596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [

  # The util files in content/public/test/android are needed by
  # content/public/android/javatests.
  "+content/public/test/android",
  # ContentShellActivity is needed for running ContentView.
  "+content/shell/android",
  # Needed for device APIs implemented as Mojo services in Java.
  "+device",
  # Mojo is needed for Mojo service registry kept in the browser.
  "+mojo/android",
  # Needed for implementing Device Service public component in java.
  "+services/device/public/java",
]