blob: 9f3a04369f5ac643c49ec71d399e9a7c175c80c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# This component is shared with the Chrome OS build, so it's important to limit
# dependencies to a minimal set.
include_rules = [
"-components",
"+components/compression",
"+components/crash/core/common",
"+components/prefs",
"+components/variations",
"+crypto",
"-net",
"+third_party/protobuf",
"+third_party/zlib/google",
]
|