diff options
Diffstat (limited to 'components/precache/DEPS')
-rw-r--r-- | components/precache/DEPS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/components/precache/DEPS b/components/precache/DEPS new file mode 100644 index 0000000..0caaca9 --- /dev/null +++ b/components/precache/DEPS @@ -0,0 +1,8 @@ +include_rules = [ + # Precache is a layered component; subdirectories must introduce the ability + # to use the content layer explicitly as appropriate. + # http://www.chromium.org/developers/design-documents/layered-components-design + "-components/precache", + "+components/precache/core", + "-content/public", +] |