1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

content / public / android / DEPS [blame]

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",
  # Needed for implementing Device Service public component in java.
  "+services/device/public/java",
  # Needed for implementing Media Session on Android.
  "+services/media_session/public",
]