blob: 8960a59060bfc7ae5ac715e7032e6ad52a7cfaaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# 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/metrics",
"+components/prefs",
"+components/variations",
"+components/version_info",
"+content/public/browser",
"+content/public/test",
"+third_party/zlib/google",
"-net",
]
|