Index: components/dom_distiller/DEPS |
diff --git a/components/dom_distiller/DEPS b/components/dom_distiller/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..66f3cb18e01075336b44243fee6d3febd563ea54 |
--- /dev/null |
+++ b/components/dom_distiller/DEPS |
@@ -0,0 +1,10 @@ |
+include_rules = [ |
+ "+grit", # For generated headers. |
+ |
+ # 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", |
+] |