blob: b431226e4329cc608ad57d34c8a522ebf316cde0 (
plain)
1
2
3
4
5
6
7
|
include_rules = [
# Infobars is a layered component; subdirectories must explicitly introduce
# the ability to use the content layer as appropriate.
"+grit/ui_strings.h",
"+ui",
"+third_party/skia"
]
|