blob: 0786821d39aa5343c0d25f48e3dcb04d39581082 [file] [log] [blame]
# This component is shared with the Chrome OS build, so it's important to limit
# dependencies to a minimal set.
# TODO(crbug.com/40796017): Remove components/metrics, it's only used for tests.
include_rules = [
"-components",
"+components/compression",
"+components/crash/android",
"+components/crash/core/common",
"+components/keyed_service",
"+components/metrics",
"+components/prefs",
"+components/variations",
"+components/version_info",
"+crypto",
"-net",
"+net/android",
"+third_party/protobuf",
"+third_party/smhasher",
"+third_party/zlib/google",
"+third_party/zstd",
]