chromium/components/dom_distiller/DEPS

include_rules = [
  "+components/grit/components_resources.h",
  "+components/leveldb_proto",
  "+components/pref_registry",
  "+components/prefs",
  "+components/strings/grit/components_strings.h",
  "+components/sync_preferences",
  "+components/variations",
  "+crypto", # For sha256
  "+google", # For third_party/protobuf.
  "+third_party/dom_distiller_js",
  "+third_party/re2",
  "+net/base",
  "+net/http",
  "+net/traffic_annotation",
  "+net/url_request",
  "+services/network/public/cpp",
  "+services/network/public/mojom",
  "+services/network/test",
  "+ui/base/l10n",
  "+ui/base/resource",
  "+ui/base/template_expressions.h",
  "+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",
]