noparent = True
include_rules = [
  "+weblayer/public/java",

  # We want to depend on as little of //base and other internal code as
  # possible, as it can be confusing since the ClassLoader of the client will be
  # different from the implementation. Only simple utility classes are allowed.
  "+base/android/java/src/org/chromium/base/IntentUtils.java",
  "+base/android/java/src/org/chromium/base/compat/ApiHelperForR.java",
]
