blob: 3f87406b6a4ed88473416968b2608c58e7871989 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include_rules = [
"+google_apis/gaia/gaia_urls.h",
"+grit", # For generated headers
"+jni",
"+net",
"+ui",
# Autofill is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"-components/autofill/content",
]
|