blob: 0caaca9c3302bd7330482edf4cd4e0d0fcfb7c61 (
plain)
1
2
3
4
5
6
7
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",
]
|