include_rules = [
  "+grit",  # For generated headers.
  "+sync/api",
  "+sync/protocol",
  "+third_party/leveldatabase/src/include",
  "+net/http",
  "+net/url_request",
  "+ui/base/android",
  "+ui/base/resource",
  "+ui/gfx/android",

  # The dom distiller is a layered component; subdirectories must explicitly
  # introduce the ability to use the content layer as appropriate.
  # http://www.chromium.org/developers/design-documents/layered-components-design
  "-components/dom_distiller",
  "+components/dom_distiller/core",
  "-content/public",
]