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