blob: aa5bdc7f92bb6145c7bac27e61b2290a5d17beda (
plain)
1
2
3
4
5
6
7
8
9
|
# This component is shared with the Chrome OS build, so it's important to limit
# dependencies to a minimal set.
include_rules = [
"-components",
"+components/metrics",
"+components/variations",
"-net",
"+third_party/zlib",
]
|