include_rules = [
  "+components/leveldb_proto",
  "+components/pref_registry",
  "+google", # For third_party/protobuf.
  "+grit",  # For generated headers.
  "+jni",
  "+sync/api",
  "+sync/internal_api/public/attachments", # Needed for tests.
  "+sync/protocol",
  "+third_party/dom_distiller_js",
  "+net/base",
  "+net/http",
  "+net/url_request",
  "+ui/base/l10n",
  "+ui/base/resource",
  "+ui/gfx",

  # 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",
]