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