summaryrefslogtreecommitdiffstats
path: root/chromium/components/dom_distiller/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/dom_distiller/DEPS')
-rw-r--r--chromium/components/dom_distiller/DEPS18
1 files changed, 0 insertions, 18 deletions
diff --git a/chromium/components/dom_distiller/DEPS b/chromium/components/dom_distiller/DEPS
deleted file mode 100644
index 1c12a780213..00000000000
--- a/chromium/components/dom_distiller/DEPS
+++ /dev/null
@@ -1,18 +0,0 @@
-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",
-]