diff options
Diffstat (limited to 'components/dom_distiller/DEPS')
-rw-r--r-- | components/dom_distiller/DEPS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/components/dom_distiller/DEPS b/components/dom_distiller/DEPS new file mode 100644 index 0000000..66f3cb1 --- /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", +]
\ No newline at end of file |